Skip to content

tjx666/release

Repository files navigation

Release

npm downloads test

!effect

A personal use release tool for generating changelog and bump.

this cli will do following things:

  1. bump a new version to package.json by bumpp
  2. generate changelog by changelogen
  3. git add -A
  4. git commit -m "release: v0.0.1
  5. git tag --annotate v0.0.1 --message "release: v0.0.1"
  6. git push
  7. git push --tags

Installation

pnpm install -g @yutengjing/release

Usage

release

Related

License

MIT License © 2023-PRESENT YuTengjing