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
I must say it's duplicate of this issue : semantic-release/semantic-release#1593 (comment)
The package.json's version of your project isn't committed because you're missing @semantic-release/npm in your configuration, you'll need to add it into your dependencies though.
I agree, it's a little confusing because most of us thought it had to do with releasing a package in npmjs, which is not the case.
Here's my .releaserc file which updates changelog.md on each build:
I want to update version number in package.json also. But as soon as I add it to the config:
it stops to update changelog.md (and doesn't update package.json anyway).
What is the correct way to update both changelog.md and package.json?
The text was updated successfully, but these errors were encountered: