aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-11-16 21:41:34 +0100
committerJay Berkenbilt <ejb@ql.org>2021-11-16 21:44:09 +0100
commit07ebfb74f916f4653e5189eacfb34c2b01a06be4 (patch)
treee5d2ac2dd0f40c4afe6df434214e514a29ff5194 /README-maintainer
parent88a4830015aca367339037b891e53ad750c8d4d9 (diff)
downloadqpdf-07ebfb74f916f4653e5189eacfb34c2b01a06be4.tar.zst
Update master -> main in maintainer documentation
Diffstat (limited to 'README-maintainer')
-rw-r--r--README-maintainer10
1 files changed, 5 insertions, 5 deletions
diff --git a/README-maintainer b/README-maintainer
index 0d4f8599..778c7b85 100644
--- a/README-maintainer
+++ b/README-maintainer
@@ -44,7 +44,7 @@ GOOGLE OSS-FUZZ
Clone the oss-fuzz project. From the root directory of the repository:
Add `-e GITHUB_FORK=fork -e GITHUB_BRANCH=branch` to build_fuzzers
- from a qpdf fork/branch rather than qpdf/master.
+ from a qpdf fork/branch rather than qpdf/main.
python3 infra/helper.py build_image --pull qpdf
python3 infra/helper.py build_fuzzers [ --sanitizer memory|undefined|address ] qpdf
@@ -252,7 +252,7 @@ pytest -n auto
CREATING A RELEASE
-* Push to master. This will create an artifact called distribution
+* Push to main. This will create an artifact called distribution
which will contain all the distribution files. Download these,
verify the checksums from the job output, rename to remove -ci from
the names, and copy to the release archive area.
@@ -283,12 +283,12 @@ chmod 555 *.AppImage
`README-what-to-download.md` separately onto the download area if
needed.
-* Ensure that the master branch has been pushed to github. The
+* Ensure that the main branch has been pushed to github. The
rev-parse command below should show the same commit hash for all its
arguments. Create and push a signed tag. This should be run with
- HEAD pointing to the tip of master.
+ HEAD pointing to the tip of main.
-git rev-parse upstream/master @
+git rev-parse upstream/main @
git tag -s release-qpdf-$version @ -m"qpdf $version"
git push upstream release-qpdf-$version