File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
docs/processes/release/tasks/publish Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ Use the GitHub GUI to create both the "release" and the "tag" at the same time:
102102
103103< https://github.com/unicode-org/icu/releases/new >
104104
105- 1 . Fill in the tag name, such as ` release-63- 1rc ` or ` release-63- 1 ` , and make the
105+ 1 . Fill in the tag name, such as ` release-63. 1rc ` or ` release-63. 1 ` , and make the
106106target the "maint/maint-xx" branch (such as ` maint/maint-63 ` ).
1071071 . Set the title to ` ICU 63 RC ` or ` ICU 63.1 ` .
1081081 . Fill in the description using the
@@ -127,9 +127,13 @@ repository, they might have something different for the "latest" tag).
127127A possible future alternative might be a sym-link folder, or HTTP redirect that
128128points to the latest release.
129129
130- We no longer need to add the note about Git LFS files, as GitHub now includes
130+ Note: We no longer need to add the note about Git LFS files, as GitHub now includes
131131them in the auto-generated .zip downloads.
132132
133+ Note: The release tag name convention changed with ICU 78.
134+ Prior, the convention was like ` release-63-rc ` or ` release-63-1 ` .
135+ Afterwards, the convention is like ` release-63.1rc ` or ` release-63.1 ` .
136+
133137#### Maintenance release
134138
135139Create the maintenance release tag from the maintenance branch, as above.
You can’t perform that action at this time.
0 commit comments