mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 11:21:16 +00:00
Fix changelog generation
'\n' wasn't getting interpretted as a new line.
This commit is contained in:
@@ -42,7 +42,7 @@ function readme {
|
||||
changelog=$(tail -n +6 doc/changes.rst)
|
||||
gitlog=$(git log v$previousVersion.. --oneline --pretty=format:'* %s (%h)' | grep -v "Merge")
|
||||
today=$(date "+(%B %m, %Y)")
|
||||
echo "Change log\n==========\n\nStable versions\n~~~~~~~~~~~~~~~\n\nVersion $version $today\n-----------------------------------\n\n$gitlog\n$changelog" > doc/changes.rst
|
||||
echo -e "Change log\n==========\n\nStable versions\n~~~~~~~~~~~~~~~\n\nVersion $version $today\n-----------------------------------\n\n$gitlog\n$changelog" > doc/changes.rst
|
||||
}
|
||||
|
||||
function doc {
|
||||
|
||||
Reference in New Issue
Block a user