Generating changelog Generate publish-ready website changelog (docs.streamlit.io format) between two git tags. Uses PR labels ( , , ) for categorization and rewrites PR titles into user-friendly descriptions. The GitHub release changelog is auto-generated from — this skill only produces the website format. Usage: (e.g., ) If only one tag is given, treat it as the new release tag and fetch the previous tag automatically. Step 1: Validate input - Parse the two tags from user args. First = previous release, second = new release. - If only one tag is given, fetch the previous tag: - Validate both…