Skip to content

No option to automate a release #25

@jv-k

Description

@jv-k

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

No one assigned

    Labels

    featureNew feature or request

    Projects

    Status

    ✨ Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions