@@ -211,7 +211,7 @@ Preparing for a PCRE2 release
211211This section contains a checklist of things that I (NCW) do before building a
212212new release.
213213
214- * First of all, make sure that the master branch is in good condition.
214+ * First of all, make sure that the main branch is in good condition.
215215
216216 - Basically, test it. The CI jobs should all be passing. This ensures that
217217 pcre2tests are passing, that the build is warning-free, and that all our
@@ -266,12 +266,12 @@ new release.
266266* Add the new library version to the src/libpcre2-*.sym files (even if no new
267267 symbols have been added since the last release).
268268
269- * Push all these changes to master .
269+ * Push all these changes to main .
270270
271- * Take a branch off master , named "release/pcre2-10.XX-RC1" or
271+ * Take a branch off main , named "release/pcre2-10.XX-RC1" or
272272 "release/pcre2-10.XX".
273273
274- All releases should come from master . The final release isn't branched off
274+ All releases should come from main . The final release isn't branched off
275275 from the RC branch; the RC branch is a "throwaway" release which can be pruned
276276 from the linear history of the trunk of PCRE2's tree.
277277
@@ -346,9 +346,9 @@ new release.
346346
347347* Announce the release on the mailing list.
348348
349- * Bump the version number on master to the next release, plus -DEV.
349+ * Bump the version number on main to the next release, plus -DEV.
350350
351- * After issuing a final release, merge the release tag back to master with:
351+ * After issuing a final release, merge the release tag back to main with:
352352
353353 ```
354354 git merge -s ours release/pcre2-10.XX
@@ -359,7 +359,7 @@ new release.
359359
360360 We want users with forks of PCRE2 to be able to update from release to the
361361 next by simply doing a `git merge` in their fork. If the release tag is not
362- merged back to master , then users will see unnecessary Git conflicts when
362+ merged back to main , then users will see unnecessary Git conflicts when
363363 trying to fast-forward from one release to the next.
364364
365365
0 commit comments