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

CHANGELOG.md file is not commited during the first release #60

Closed
sumerokr opened this issue Feb 6, 2023 · 1 comment
Closed

CHANGELOG.md file is not commited during the first release #60

sumerokr opened this issue Feb 6, 2023 · 1 comment

Comments

@sumerokr
Copy link

sumerokr commented 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

> 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
@sumerokr 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
@pi0
Copy link
Member

pi0 commented Mar 24, 2023

Should be fixed by #64 (please ping to reopen if not 🙏🏼 )

@pi0 pi0 closed this as completed Mar 24, 2023
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

No branches or pull requests

2 participants