Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Enable changelog generation during a release #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

major0
Copy link

@major0 major0 commented May 11, 2021

This will generate a new changelog as part of the release, but will not
update the CHANGELOG.md (as that would move the git ref). This means
that the CHANGELOG.md will not include the released version "at" the
version tag. Subsequent PR's will result in the changelog being updated
correctly.

Fixes #46

@major0 major0 added the enhancement New feature or request label May 11, 2021
@major0 major0 requested a review from fuzzy May 11, 2021 15:24
This will generate a new changelog as part of the release, but will not
update the CHANGELOG.md (as that would move the git ref).  This means
that the CHANGELOG.md will not include the released version "at" the
version tag. Subsequent PR's will result in the changelog being updated
correctly.

Fixes #46
@major0 major0 force-pushed the fix/release_workflow branch from 4805a28 to 989a6af Compare May 11, 2021 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generate release changelog
2 participants