You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: