0.3.1 • Published 1 year ago
@yutengjing/release v0.3.1
Release

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 -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/releaseUsage
releaseRelated
- changelogen generate changelog
- bumpp bump version
License
MIT License © 2023-PRESENT YuTengjing