Skip to content
Snippets Groups Projects
Verified Commit e0f2d3ee authored by Josef Schlehofer's avatar Josef Schlehofer
Browse files

helpers/new_release: push only one recently created tag instead of all tags

I don't think it is a good idea to push all tags, which you are having.
Sometimes you can have local tags, which you don't want to push but with
suggested commands they will be pushed.

Let's advise to push tag, which was created.
parent 7f5a77fd
1 merge request!283helpers/new_release: push only one recently created tag instead of all tags
......@@ -207,7 +207,7 @@ release() {
_release_git commit -m "Turris OS $tversion" --date="$RELEASE_DATE" -m "$(./helpers/turris-version.sh news)"
_release_git tag -s -m "Turris OS $tversion release" -m "$(./helpers/turris-version.sh news)" "v$tversion"
info "Tag $tag was created. Review changes and push it with: git push --tags origin"
info "Tag $tag was created. Review changes and push it with: git push origin $tag"
}
##################################################################################
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment