Closed murongg closed 1 year ago
changelogithub package can automatically generate changelog based on commit. bumpp interactive CLI that bumps your version numbers and more.
changelogithub supported commit \<type>:
Example
git commit -m "feat: this is message" git commit -m "fix: this is message2" git commit -m "feat!: this is message3"
To:
More Examples
bumpp can generate git commit tag and more, and automatically push.
commit
tag
When package.json dose have a version.
package.json
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. https://github.com/antfu/bumpp/pull/17
--old-version
npx bumpp --old-version <current version>
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>:
Example
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.When
package.json
does not have a version.