@@ -161,7 +161,13 @@ Here are the steps to follow to create a new cairo release:
161
161
If for some reason you lost this message, "make release-publish-message"
162
162
prints it for you.
163
163
164
- Upload the incremental ChangeLog generated by the above:
164
+ Upload the incremental ChangeLog generated by the above. For
165
+ minor stable releases, this is:
166
+
167
+ scp ChangeLog \
168
+ cairographics.org:/srv/cairo.freedesktop.org/www/releases/ChangeLog.cairo-${THIS_RELEASE}
169
+
170
+ for micro and snapshot releases, the command is:
165
171
166
172
scp ChangeLog.cache-${LAST_RELEASE}.. \
167
173
cairographics.org:/srv/cairo.freedesktop.org/www/releases/ChangeLog.cairo-${THIS_RELEASE}
@@ -193,13 +199,7 @@ Here are the steps to follow to create a new cairo release:
193
199
194
200
git commit cairo-version.h -m "Bump version for ${DEVEL_VERSION}"
195
201
196
- 10) Edit the cairo bugzilla product and add the new version numbers.
197
-
198
- Note that you need to add two versions. One for the
199
- release/snapshot (with an even micro version), another with the
200
- post-release version (with an odd micro version).
201
-
202
- 11) Send out an announcement message.
202
+ 10) Send out an announcement message.
203
203
204
204
Send a message to
[email protected] and CC
205
205
@@ -210,8 +210,6 @@ Here are the steps to follow to create a new cairo release:
210
210
211
211
git shortlog ${LAST_RELEASE}...
212
212
213
- 12 ) Add the announcement to the website as a new entry in the news/
213
+ 11 ) Add the announcement to the website as a new entry in the news/
214
214
dir. It will automatically get indexed onto the homepage when the
215
215
site refreshes.
216
-
217
-
0 commit comments