sv4git
sv4git copied to clipboard
Semantic version and conventional commits for git
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.11.1 to 2.23.5. Release notes Sourced from github.com/urfave/cli/v2's releases. v2.23.5 What's Changed Update x/text to 0.3.8 by @dirkmueller in urfave/cli#1571 Update github actions events for v2-maint branch...
To maintain an [sv4git GitHub Action](https://github.com/mgoltzsche/conventional-release), I would like to create a git tag for the major version in addition to the full semantic version one, overwriting the existing one...
When trying to generate release notes for RC releases, I could not find a way how to configure sv4git to actually generate release notes from the latest release (e.g. v0.17.0)...
Bumps [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) from 3.2.0 to 3.2.1. Release notes Sourced from github.com/Masterminds/semver/v3's releases. v3.2.1 Changed #198: Improved testing around pre-release names #200: Improved code scanning with addition of CodeQL #201: Testing...
Hey I thinking about migrating to sv4git, this looks very cool 🚀 I've used [Semmantic Release](https://github.com/semantic-release/semantic-release) in the past, but unfortunately it is very slow, due to the nature of...
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.24.1 to 2.25.1. Release notes Sourced from github.com/urfave/cli/v2's releases. v2.25.1 What's Changed Shift tested Go versions in v2-maint by @meatballhat in urfave/cli#1692 Preserve separator spec on subcommands...
Bumps [github.com/imdario/mergo](https://github.com/imdario/mergo) from 0.3.13 to 0.3.15. Commits fb3c082 Update stackaid dependencies for imdario/mergo c9e40b5 Merge pull request #227 from eh-steve/should-not-dereference acd16ec Merge branch 'master' into should-not-dereference 62d1cf2 Update stackaid dependencies...
Hi @bvieira Would it be possible to apply the same parsing used for identifying Jira tickets in the footer, to the header? Lots of the commit header messages on our...
## Proposed change Will return first ancestor tag as current version instead of last tag created by date. fixes #105 This allows support for out-of-sequence hotfix or patch version tags...
## Problem / Motivation When creating a hotfix or patch version tag for an earlier software version, this confuses the `git-sv` tool because it reports the current version on any...