Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
b7d59060
Commit
b7d59060
authored
Aug 11, 2015
by
Damien George
Browse files
tools: Make gen-changelog.sh print more lines from the tag annotation.
parent
032b0e93
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/gen-changelog.sh
View file @
b7d59060
...
...
@@ -8,5 +8,5 @@ for t in $(git tag | grep -v v1.0-rc1 | sort -rV); do
echo
''
git show
-s
--format
=
%cD
`
git rev-list
$t
--max-count
=
1
`
echo
''
git tag
-l
$t
-n99
git tag
-l
$t
-n99
99
done
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