ora-io / zkgraph

Template for zkGraph.
https://docs.hyperoracle.io/zkgraph
19 stars 8 forks source link

chore: github actions release #75

Closed murongg closed 1 year ago

murongg commented 1 year ago

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

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

To:

🚀 Features

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. https://github.com/antfu/bumpp/pull/17

npx bumpp --old-version <current version>