Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
bc319a63
Commit
bc319a63
authored
Apr 05, 2017
by
Francesc Guasch
Committed by
GitHub
Apr 05, 2017
Browse files
Create release.md
parent
3044b688
Changes
1
Hide whitespace changes
Inline
Side-by-side
devel-docs/release.md
0 → 100644
View file @
bc319a63
Steps to release
#Draft
## Draft the release
At code -> releases draft a new release
*
tag version : aname.2
*
release title : 0.2.2
All the 0.2 releases are called _Aname_ , so 0.2.2 is _Aname.2_
## Create the milestone
Create a milestone called like the tag version: 0.2.2. There must be a way to link it to the _tag_ , I just don't know how.
## Create issues
Assign issues to the mileston
# Close
## Close the milestone
Check the milestone has no open issues and close it.
## Create a branch
$ git checkout master
$ git checkout -b aname.2
$ git push --set-upstream origin aname.2
## Close the release
Make sure the target is the same as the branch, not the master
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