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 -Agit commit -m "release: v0.0.1git tag --annotate v0.0.1 --message "release: v0.0.1"git pushgit push --tags
Installation
pnpm install -g @yutengjing/releaseUsage
releaseRelated
- changelogen generate changelog
- bumpp bump version
License
MIT License © 2023-PRESENT YuTengjing