@yutengjing/release

0.2.0 • Public • Published

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

Package Sidebar

Install

npm i @yutengjing/release

Weekly Downloads

4

Version

0.2.0

License

MIT

Unpacked Size

6.96 kB

Total Files

4

Last publish

Collaborators

  • yutengjing