Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
vidjil
vidjil
Commits
3595d8e3
Commit
3595d8e3
authored
Jun 15, 2020
by
Mathieu Giraud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merge_request_templates: Release, details, move deploy part
parent
dd92fbb3
Pipeline
#151548
passed with stage
in 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
15 deletions
+18
-15
.gitlab/merge_request_templates/Release (vidjil-algo).md
.gitlab/merge_request_templates/Release (vidjil-algo).md
+18
-15
No files found.
.gitlab/merge_request_templates/Release (vidjil-algo).md
View file @
3595d8e3
## Preparation
## Before the release
### Documentation
*
[ ] New features are described in
`doc/vidjil-algo.md`
*
[ ] Breaking changes (
or
needed) are understood
*
[ ] Breaking changes (
and
needed
configuration changes
) are understood
On the
`feature-a/release`
branch, the last commit is the release commit updating the three following files:
*
[ ] CHANGELOG
*
[ ]
`doc/vidjil-algo.md`
with the proper release tag
*
[ ]
`algo/release`
with the proper release tag
## Pipelines
##
#
Pipelines
https://gitlab.inria.fr/vidjil/vidjil/pipelines/XXXXX
(if tests passed on different pipelines, indicate below the relevant pipelines)
Usual tests should pass, but also:
*
[ ] prepare_release
...
...
@@ -23,21 +26,21 @@ Benchmarks
*
[ ] almost no change...
*
[ ] ... or significant changes are understood
## Tag and push
## The release, publish, tag and push
*
[ ] merge this MR to
*master*
and tag:
`git tag release-20XX-XX`
*
[ ] push:
`git push origin master release-20XX-XX`
*
[ ] mirror to GH:
`git push github master release-20XX.XX`
*
[ ] click
`publish_release`
(there may be changes to CD...)
*
[ ] deploy the doc
*
[ ] tag (
`git tag release-20XX-XX; git push origin release-20XX-XX`
)
*
[ ] m
irror
to
GH
After these steps, we merge back the release in
`dev`
:
*
[ ] m
erge this MR
to
dev
##
D
eploy
##
After the release: d
eploy
*
[ ] doc
*
[ ]
`app`
(vidjil-algo-next)
*
[ ]
`app`
if needed, update server configs
*
[ ]
`app`
notification to users
*
[ ]
`app`
(vidjil-algo)
*
[ ]
`app`
test on production (X5 and L4)
*
[ ]
`hds`
queue for qualification ?
*
[ ] twice a year, communicate to users
*
[ ] Open a new internal issue with the
`Deploy (vidjil-algo)`
template.
/label ~cpp
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