Commit 731be783 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Change le message de commit des releases.

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -3,7 +3,7 @@ TAG="$1"
git checkout -f -b "release-$TAG" master
sed -i -e "s/master/$TAG/g" prezbuilder-ci.yml src/index.md README.md bin/prezbuilder-docker
git add prezbuilder-ci.yml src/index.md README.md bin/prezbuilder-docker
git commit -m "Prépare la release $TAG"
git commit -m "Release $TAG"
git tag -f "$TAG" -m "Release $TAG"
git checkout master
git merge --no-ff -s ours "release-$TAG" -m "Merge release branch $TAG"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment