Files
taimed/node_modules/js-reporters/RELEASE.md
2025-07-24 17:21:45 +08:00

501 B

Release Process

  1. Update CHANGELOG.md using git changelog from the git-extras package
  2. Commit changelog updates with message: Changelog: Update for x.x.x release
  3. Update package.json version and tag it using npm version x.x.x -m "Release: vx.x.x"
  4. Push the two new commits and tag to GitHub
  5. Run npm publish
  6. Publish a new release on GitHub with the changelog update

That's all!