You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear UnJS team,
I have noticed that the first run of the npx changelogen --release command does not include the CHANGELOG.md file into the version bump commit. Is this on purpose?
Additional context
No response
Logs
> git log
feat: init
> git status
nothing to commit, working tree clean
> npx changelogen --release
> git log
chore(release): v1.1.0
feat: init
> git status
Untracked files:
CHANGELOG.md
The text was updated successfully, but these errors were encountered:
sumerokr
changed the title
CHANGELOG.md file is not commited during the release workflow
CHANGELOG.md file is not commited during the first release
Feb 6, 2023
Environment
OS: Ubuntu 22.04.1 LTS
node: 16.19.0
npm: 8.9.13
changelogen: latest (0.4.1)
Reproduction
https://github.com/sumerokr/changelogen-reproduction
Describe the bug
Dear UnJS team,
I have noticed that the first run of the
npx changelogen --release
command does not include the CHANGELOG.md file into the version bump commit. Is this on purpose?Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: