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
Olivier Stasse
Gepetto Utils
Commits
80988b95
Commit
80988b95
authored
May 23, 2018
by
Guilhem Saurel
Browse files
release messages: use PR names
parent
9fa1d945
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/release.sh
View file @
80988b95
...
...
@@ -34,5 +34,6 @@ gzip "${SOFTAG}.tar"
gpg
--armor
--detach-sign
"
${
SOFTAG
}
.tar.gz"
echo
-e
"git push --tags"
echo
-e
"git log --pretty=oneline
$(
git tag
-l
|tail
-n2
|sed
':a;N;$!ba;s/\n/../g'
)
| sed 's/.
\{
48
\}
/*/'"
TAGS
=
$(
git tag
-l
|tail
-n2
|sed
':a;N;$!ba;s/\n/../g'
)
echo
-e
"git log --grep='Merge pull request #' --date-order --pretty='format:- %b'
$TAGS
"
echo
-e
"# Draft new release"
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