0.2.0 • Published 4 months ago

@yutengjing/release v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Release

npm downloads test

!effect

A personal use release tool for generating changelog and bump.

this cli will do following things:

  1. bump a new version to package.json by bumpp
  2. generate changelog by changelogen
  3. git add -A
  4. git commit -m "release: v0.0.1
  5. git tag --annotate v0.0.1 --message "release: v0.0.1"
  6. git push
  7. git push --tags

Installation

pnpm install -g @yutengjing/release

Usage

release

Related

License

MIT License © 2023-PRESENT YuTengjing

0.2.0

4 months ago

0.1.0

11 months ago

0.0.10

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago