versio
versio copied to clipboard
A version number manager
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] "Versio" handles tagging perfectly...
**Is your feature request related to a problem? Please describe.** I use 'versio' to manage our GitHub actions monorepo. I've created a script to initialize new actions. This script generates...
`semantic-release` is a very popular tool for non-monorepo setups. It has a critically important feature: it makes it very easy to release maintenance/hotfix releases on vN.M.x branches: https://semantic-release.gitbook.io/semantic-release/recipes/release-workflow/maintenance-releases Does versio...
Hi there, First, nice piece of work there. Thanks for that ! This would be lovely to have some arm64 release artifacts (m1 owners curse ;) ). Dunno if I...
This adds additional hooks to the runtime, which (just like the existing `post_write` hook) will not run on a dry run. Hooks added: - pre_begin : runs before everything -...
Hello @chaaz, I would like to know how to use versio to do pre-releases for each PR. We have a monorepo containing all our apis and would like to build...
The problem occurs when trying to fix a bad commit. After removing the error, e.g. wrong tag-prefix and committing the changes, versio still displays the previous error. The only way...
**Describe the bug** I have an actio that does the setup for our pipeline (inside the same repo of the pipeline, so a local action). This actions installs all the...
As the title says. A hook that would run right after it finished pushing commit. This could be used to trigger automated builds only for the projects that have changed
I've finally had time to implement this. This is implementation for my issue #16 and it adds hook on_finish. This hook is called on release command and executes before exiting...