Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
56b4da8c
Commit
56b4da8c
authored
Jul 01, 2018
by
Andrew Dunstan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use more modern instructions for creating a new dev cycle
parent
9994013f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
src/tools/RELEASE_CHANGES
src/tools/RELEASE_CHANGES
+6
-2
No files found.
src/tools/RELEASE_CHANGES
View file @
56b4da8c
...
...
@@ -73,9 +73,11 @@ Starting a New Development Cycle
* Create a branch in git for maintenance of the previous release
o on master branch, do:
git pull # be sure you have the latest "master"
git push origin master:refs/heads/"new-branch-name"
git branch "new-branch-name"
git push -u origin "new-branch-name"
for example,
git push origin master:refs/heads/REL_10_STABLE
git branch REL_11_STABLE
git push -u origin REL_11_STABLE
* Add new branch's name to list in src/tools/git_changelog
...
...
@@ -83,6 +85,8 @@ Starting a New Development Cycle
* Run "src/tools/version_stamp.pl devel", then run autoconf
* Get the buildfarm's 'branches_of_interest.txt' file updated with the new
branch.
Creating Back-Branch Release Notes
==================================
...
...
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