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

Merge branch 'hotfix/helpers-release-tag-improve' into hbl

parents d29111fd e0f2d3ee
Branches
Tags
1 merge request!377Turris OS 5.2 (HBK)
......@@ -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