@yutengjing/release
v0.3.1
Published
A personal use release tool for generating changelog and bump.
Downloads
26
Maintainers
Readme
Release
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
Installation
pnpm install -g @yutengjing/release
Usage
release
Related
- changelogen generate changelog
- bumpp bump version
License
MIT License © 2023-PRESENT YuTengjing