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
efff3af0
Unverified
Commit
efff3af0
authored
Feb 01, 2018
by
Thom Wiggers
📐
Browse files
Fix typo in release.sh
parent
bb5c8f0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
release.sh
View file @
efff3af0
...
...
@@ -50,7 +50,7 @@ branch="$(git symbolic-ref --quiet --short HEAD || git rev-parse --short HEAD)"
if
[
"
$tag
"
=
"v
$version
"
]
;
then
echo
"Already tagged!"
else
echo
"Creating new tag 'v
$version
"
echo
"Creating new tag 'v
$version
'
"
git tag
--annotate
"v
$version
"
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