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
1. Update `CHANGELOG.md` using `git changelog` from the [`git-extras`](https://github.com/tj/git-extras) package
4
-
2.Commit changelog updates with message: `Changelog: Update for x.x.x release`
5
-
3.Update `package.json` version and tag it using `npm version x.x.x -m "Release: vx.x.x"`
6
-
4. Push the two new commits and tag to GitHub
7
-
5. Run `npm publish`
8
-
6. Publish a new [release on GitHub](https://github.com/js-reporters/js-reporters/releases) with the changelog update
3
+
1. Update `CHANGELOG.md` using `git changelog` from the [`git-extras`](https://github.com/tj/git-extras) package. Edit the changelog file as needed, and stage the changes.
4
+
2.Update `package.json` version, and stage the changes.
5
+
3.Commit with message `Release X.Y.Z`, and create a signed tag `git tag -s "vX.Y.Z" -m "Release X.Y.Z"`
6
+
4. Push the commit and tag to GitHub.
7
+
5. Run `npm publish`.
8
+
6. Publish a new [release on GitHub](https://github.com/js-reporters/js-reporters/releases) with a copy of the changelog.
0 commit comments