Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Comptoir
Comptoir-srv
Commits
c43a8af5
Commit
c43a8af5
authored
Mar 18, 2021
by
Fabrice Gangler
🎨
Browse files
DOC: improve release documentation
parent
cfc902eb
Pipeline
#13443
passed with stage
in 4 minutes and 3 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Documentation/For_ops/Realese/HOWTO_Create_a_release.md
View file @
c43a8af5
...
...
@@ -14,7 +14,7 @@ Once the code in `develop` is ready, merge into `master` like follows:
```
sh
git checkout master
MYTAG
=
"vX.Y.Z"
git merge develop
--no-ff
-m
"Comptoir
$MYTAG
"
git merge develop
--no-ff
--no-verify
-m
"Comptoir
$MYTAG
"
git tag
-a
$MYTAG
-m
"
$MYTAG
"
git push origin master
git push origin
$MYTAG
...
...
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