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

How to create just CHANGELOG.md file? #114

Open
duruer opened this issue Dec 18, 2020 · 2 comments
Open

How to create just CHANGELOG.md file? #114

duruer opened this issue Dec 18, 2020 · 2 comments

Comments

@duruer
Copy link

duruer commented Dec 18, 2020

Hi, I would like to create just CHANGELOG.md file with just simple command with npx without deploying or publishing. I couldn't do myself this, that's why I open the issue here.

I tried this:
yarn semantic-release --generate-notes --prepare

but it doesn't generate any file.

@duruer duruer changed the title How to just create CHANGELOG.md file? How to create just CHANGELOG.md file? Dec 18, 2020
@travi
Copy link
Member

travi commented Dec 18, 2020

if you are not looking to publish, semantic-release may not be the right tool for the job. you may find conventional-changelog a better fit for what you are after

@duruer
Copy link
Author

duruer commented Dec 19, 2020

Well, I'm already publishing my NPM package, but I have 2 branches such as master and dev.
I publish on master branch and develop on dev branch. But if master also publishes CHANGELOG.md and at the same time updating package.json, then semantic-release-bot will commit a new commit. And we need to merge back to dev branch from master branch.

So my problem is I try to generate CHANGELOG.md on dev too without merging master again. If you have any other idea or solution for this kind of situation, I'm listening...

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