Skip to content
Snippets Groups Projects
Commit 6663dabe authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[enh] Add changelog for v1.5.3

parent d953a3d2
No related branches found
No related tags found
No related merge requests found
...@@ -137,7 +137,7 @@ git tag -f -a "v$2" -m "${description}" ...@@ -137,7 +137,7 @@ git tag -f -a "v$2" -m "${description}"
# Push the tag # Push the tag
git push origin "v$2" git push origin "v$2"
# Push the master branch # Push the master branch
git push origin HEAD:master git push origin
if [[ $? -ne 0 ]]; then if [[ $? -ne 0 ]]; then
exit 1 exit 1
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment