Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
ac17e439
Unverified
Commit
ac17e439
authored
Feb 01, 2018
by
Thom Wiggers
📐
Browse files
Push tags in release.sh
parent
af14f498
Changes
1
Hide whitespace changes
Inline
Side-by-side
release.sh
View file @
ac17e439
...
...
@@ -54,6 +54,12 @@ else
git tag
--annotate
"v
$version
"
fi
if
yesno
"Do you want to push the tag to the repository?"
;
then
echo
"Pushing tags:"
git push
--tags
echo
"Don't forget to fill in the release description"
fi
if
!
yesno
"Do you want to build a docker container?"
;
then
exit
1
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment