パッケージの詳細

@yutengjing/release

tjx66621MIT0.3.1

A personal use release tool for generating changelog and bump.

release, bump, changelog, publish

readme

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

更新履歴

v0.3.1 (2024-07-13)

No significant changes

View changes on GitHub

v0.3.0 (2024-07-13)

🚀 Features

❤️ Contributors

View changes on GitHub

v0.2.0 (2024-01-18)

🚀 Features

  • Upgrade deps & move to esm (bfa2210)
  • Upgrade nodejs requirement to node20 (a431917)

❤️ Contributors

View changes on GitHub

v0.1.0 (2023-07-12)

🚀 Features

  • Add 'No significant changes' when no valid commits (c6cfeb4)

🐞 Bug Fixes

  • When no changes will not replace compare changes (0b84667)

❤️ Contributors

View changes on GitHub

v0.0.10 (2023-07-09)

🐞 Bug Fixes

  • No 'compare changes' when first release (6a42b06)

❤️ Contributors

View changes on GitHub

v0.0.9 (2023-07-09)

🏎 Performance

  • Skip need not changelog process after upgrade changelogen (5116942)

❤️ Contributors

View changes on GitHub

v0.0.8 (2023-07-03)

🐞 Bug Fixes

  • Compare changes part should be bottom (b8413e7)

❤️ Contributors

View changes on GitHub

v0.0.7 (2023-07-03)

compare changes

🚀 Features

  • Align compare changes title with changelogithub (d8715f4)

🐞 Bug Fixes

  • Compare changes missing empty line before it (7443e65)

❤️ Contributors

v0.0.6 (2023-07-03)

🐞 Bug Fixes

❤️ Contributors

v0.0.5 (2023-07-03)

compare changes

🐞 Bug Fixes

  • Compare changes part should be bottom (2186089)

❤️ Contributors

v0.0.4 (2023-07-03)

compare changes

📖 Documentation

  • Add effect image (9e90d78)
  • Replace effect image link to github online url (1103e94)

❤️ Contributors

v0.0.3 (2023-07-03)

compare changes

🐞 Bug Fixes

  • Changelog types only valid feat, fix, perf (7a2b941)

📦 Build

  • Add pnpm publish step after release script (2742616)
  • Upgrade @yutengjing/release (3df6397)

❤️ Contributors

v0.0.2 (2023-07-03)

compare changes

🚀 Features

  • Support output github urls (ecfebe3)

📦 Build

❤️ Contributors

v0.0.1 (2023-07-03)

init commit, implement basic needs.