Skip to content

Commit 3624a9c

Browse files
committedDec 19, 2013
Update NEWS handling section of README.GIT-RULES
See http://marc.info/?t=138124004400005&r=1&w=2
1 parent 2303d0e commit 3624a9c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
 

‎README.GIT-RULES

+5-3
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,11 @@ The next few rules are more of a technical nature::
6969
branches) an empty merge should be done.
7070

7171
2. All news updates intended for public viewing, such as new features,
72-
bug fixes, improvements, etc., should go into the NEWS file of the
73-
*first* to be released version with the given change. In other words
74-
any NEWS file change only needs to done in one branch.
72+
bug fixes, improvements, etc., should go into the NEWS file of *any
73+
stable release* version with the given change. In other words,
74+
news about a bug fix which went into PHP-5.4, PHP-5.5 and master
75+
should be noted in both PHP-5.4/NEWS and PHP-5.5/NEWS but
76+
not master, which is not a public released version yet.
7577

7678
3. Do not commit multiple file and dump all messages in one commit. If you
7779
modified several unrelated files, commit each group separately and

0 commit comments

Comments
 (0)
Please sign in to comment.