objecs
v0.0.25
Published
ECS
Downloads
9
Maintainers
Readme
objECS
Object ECS
Tools
- changelogithub
- This generates a changelog for a github release using Conventional Commits.
- bumpp
- Interactive version prompt.
How to Work
- Develop like normal using Conventional Commits.
- When you're ready to push a tag, run
bumpp
.- This will walk you through releasing a
tag
.
- This will walk you through releasing a
- When you're ready to publish, create a github release and the workflow will take over.
- This will use changelogithub to generate a changelog and publish to NPM.