Skip to content

feat: automate GitHub Release creation in publish workflow#10

Merged
zywkloo merged 2 commits into
mainfrom
feat/automate-github-releases
May 27, 2026
Merged

feat: automate GitHub Release creation in publish workflow#10
zywkloo merged 2 commits into
mainfrom
feat/automate-github-releases

Conversation

@zywkloo

@zywkloo zywkloo commented May 27, 2026

Copy link
Copy Markdown
Owner

This PR automates GitHub Release creation for new tags:

  1. GitHub Release Step: Adds a step to the PyPI publish workflow (publish.yml) to automatically create a GitHub Release when a new version tag (e.g. v0.3.5) is pushed.
  2. Permissions Update: Grants contents: write permissions to the workflow job so that the GITHUB_TOKEN is authorized to create releases on GitHub.
  3. Auto-Generate Notes: Employs the --generate-notes flag of the gh CLI, instructing GitHub to automatically generate detailed changelog summaries and contributor details.

Please review and merge!

@zywkloo zywkloo merged commit 69ceb49 into main May 27, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant