Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
4bf3abe2
Commit
4bf3abe2
authored
Sep 19, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create stable branch at 17th
parent
eb764b1b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
3 deletions
+18
-3
doc/release/monthly.md
doc/release/monthly.md
+18
-3
No files found.
doc/release/monthly.md
View file @
4bf3abe2
...
...
@@ -149,6 +149,23 @@ Create an annotated tag that points to the version change commit:
git tag -a vx.x.0.rc1 -m 'Version x.x.0.rc1'
```
### **6. Create stable branches**
For GitLab EE, append
`-ee`
to the branch.
`x-x-stable-ee`
```
git checkout master
git pull
git checkout -b x-x-stable
git push <remote> x-x-stable
```
Now developers can use master for merging new features.
So you should use stable branch for future code chages related to release.
# **18th - Release RC1**
### **1. Update GitLab.com**
...
...
@@ -222,11 +239,9 @@ Note: Merge CE into EE if needed.
-
Change the VERSION file in
`master`
branch of the CE repository and commit and push.
-
Change the VERSION file in
`master`
branch of the EE repository and commit and push.
### **2.
Create x-x-stable branch and pus
h to the repositories**
### **2.
Push latest changes from x-x-stable branc
h to the repositories**
```
git checkout master
git pull
git checkout -b x-x-stable
git push <remote> x-x-stable
```
...
...
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