A personal use release tool for generating changelog and bump.
this cli will do following things:
- bump a new version to
package.json
by bumpp - generate changelog by changelogen
git add -A
git commit -m "release: v0.0.1
git tag --annotate v0.0.1 --message "release: v0.0.1"
git push
git push --tags
pnpm install -g @yutengjing/release
release
- changelogen generate changelog
- bumpp bump version
MIT License © 2023-PRESENT YuTengjing