-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Is your feature request related to a problem? Please describe.
Releasing a GitHub project from a tagged commit done using ver-bump
involves a few extra steps, either required to be performed on the web interface, or locally with a CLI tool like gh release. Since this tool is for automating/simplifying tagging/release git projects, then it makes sense to keep this all in the CLI and let the one tool take care of it all (after all, it was the point of this project to help me in my own workflow for this very reason).
Describe the solution you'd like
-
Implement the feature to release as an option.
-
Should be configured either interactively, or by extra switches to make it fully automated.
-
Add option to write the changelog since the last release as the release notes.
-
Add unit/integration tests for it with
bats-core
too.
Metadata
Metadata
Assignees
Labels
Projects
Status