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