Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
François Bailly
Gepetto Utils
Commits
fb929b1f
Commit
fb929b1f
authored
Apr 16, 2018
by
Guilhem Saurel
Browse files
release: add revision to archive name / main folder
parent
598f4239
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/release.sh
View file @
fb929b1f
...
...
@@ -5,6 +5,7 @@ set -e
TAG
=
$1
SOFT
=
${
2
:-
$(
basename
$(
pwd
))
}
SOFTAG
=
"
${
SOFT
}
-
${
TAG
}
"
[[
$#
-gt
2
]]
&&
SOFTAG
=
"
${
SOFTAG
}
r
$2
"
echo
Releasing
$SOFTAG
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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