Create tag without release info
Hi,
Is there a way to create tag without creating the release?
Like in command release tag
it creates
- TAG (with release info)
- Release
I'm looking to be able to create only TAG (avoiding to use commit-and-tag)
Trying to implement a workflow where any feature branch is able to generate a version, and feature branches are merged to staging
branch (which is a protected branch), then staging
is merged into master
.
I have GSG_RELEASE_BRANCHES=master as I expect to only have releases from master, but when merging a feature branch into staging (having created a TAG with release tag
for that feature branch) go-semrel-gitlab is unable to identify commit messages, exiting with no changes found in commit messages
I believe this is due to already having a release with these messages ?! Right?