Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pôle IS
Outillage
prezbuilder
Commits
731be783
Commit
731be783
authored
Jul 06, 2020
by
Guillaume Perréal
Browse files
Change le message de commit des releases.
parent
90de11fc
Changes
1
Show whitespace changes
Inline
Side-by-side
bin/release
View file @
731be783
...
...
@@ -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 r
elease
$TAG
"
git commit
-m
"
R
elease
$TAG
"
git tag
-f
"
$TAG
"
-m
"Release
$TAG
"
git checkout master
git merge
--no-ff
-s
ours
"release-
$TAG
"
-m
"Merge release branch
$TAG
"
...
...
Write
Preview
Markdown
is supported
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