switch to "main" branch for development
We're migrating from "master" to "main" as the default development
branch. This only affects repo itself, not manifests.
Change-Id: I27489dd721c9a467a1c43736808cb3b3c1365433
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/288082
Reviewed-by: Michael Mortensen <[email protected]>
Tested-by: Mike Frysinger <[email protected]>
diff --git a/docs/release-process.md b/docs/release-process.md
index 0df590a..43209eb 100644
--- a/docs/release-process.md
+++ b/docs/release-process.md
@@ -97,7 +97,7 @@
## Branch management
-All development happens on the `master` branch and should generally be stable.
+All development happens on the `main` branch and should generally be stable.
Since the repo launcher defaults to tracking the `stable` branch, it is not
normally updated until a new release is available.
@@ -112,7 +112,7 @@
branch will be updated from `v1.9.x` to `v1.10.x`.
We don't have parallel release branches/series.
-Typically all tags are made against the `master` branch and then pushed to the
+Typically all tags are made against the `main` branch and then pushed to the
`stable` branch to make it available to the rest of the world.
Since repo doesn't typically see a lot of changes, this tends to be OK.
@@ -120,10 +120,10 @@
When you want to create a new release, you'll need to select a good version and
create a signed tag using a key registered in repo itself.
-Typically we just tag the latest version of the `master` branch.
+Typically we just tag the latest version of the `main` branch.
The tag could be pushed now, but it won't be used by clients normally (since the
default `repo-rev` setting is `stable`).
-This would allow some early testing on systems who explicitly select `master`.
+This would allow some early testing on systems who explicitly select `main`.
### Creating a signed tag
@@ -144,7 +144,7 @@
$ gpg -K
# Pick whatever branch or commit you want to tag.
-$ r=master
+$ r=main
# Pick the new version.
$ t=1.12.10