Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

chore: github actions release #75

Merged
merged 1 commit into from
Oct 7, 2023
Merged

Conversation

murongg
Copy link
Contributor

@murongg murongg commented Oct 5, 2023

changelogithub package can automatically generate changelog based on commit.
bumpp interactive CLI that bumps your version numbers and more.

Usage changelogithub

changelogithub supported commit <type>:

  • feat: 🚀 Features
  • fix: 🐞 Bug Fixes
  • feat!: 🚨 Breaking Changes
  • ……

Example

git commit -m "feat: this is message"
git commit -m "fix: this is message2"
git commit -m "feat!: this is message3"

To:

🚀 Features

🐞 Bug Fixes

🚨 Breaking Changes

More Examples

Usage bumpp

bumpp can generate git commit tag and more, and automatically push.

When package.json dose have a version.

npx bumpp

When package.json does not have a version.

Note: I am submitting a PR to bumpp, but the current version does not support the --old-version parameter. antfu-collective/bumpp#17

npx bumpp --old-version <current version> 

@fewwwww fewwwww merged commit 2051e85 into dev Oct 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants