Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf32609d

Browse files
committed
Flesh out RELEASE_CHANGES instructions for branching in git.
We have this info in the wiki, but it should be here too.
1 parent357c549 commitf32609d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎src/tools/RELEASE_CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ Starting a New Development Cycle
6262
================================
6363

6464
* Create a branch in git for maintenance of the previous release
65+
o on master branch, do:
66+
git pull # be sure you have the latest "master"
67+
git push origin master:refs/heads/"new-branch-name"
68+
for example,
69+
git push origin master:refs/heads/REL9_2_STABLE
6570

6671
* Increment the major version number in src/tools/version_stamp.pl
6772

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp