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
feat: release to npm after user defined plugins (#105)
* feat: release to npm after creating git commit
With `@semantic-release/npm` being used before `@semantic-release/git` the NPM release doesn't contain updated `CHANGELOG.md` and `package.json`.
And that can be very confusing for the consumers of the package.
Simply changing the order of plugins should fix that. GitHub plugin already is in that order, so it will be consistent.
* put both npm and github before git plugin
0 commit comments