8000 Terminology update 'master' to 'main' in DEVELOPING.md (#502) · tecton-ai/rules_python@736b7ef · GitHub
[go: up one dir, main page]

Skip to content

Commit 736b7ef

Browse files
author
Jonathon Belotti
authored
Terminology update 'master' to 'main' in DEVELOPING.md (bazel-contrib#502)
1 parent 9256757 commit 736b7ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DEVELOPING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Releasing
44

5-
Start from a clean checkout at `master`.
5+
Start from a clean checkout at `main`.
66

77
Before running through the release it's good to run the build and the tests locally, and make sure CI is passing. You can
88
also test-drive the commit in an existing Bazel workspace to sanity check functionality.
@@ -23,7 +23,7 @@ those with only bug fixes and other minor changes bump the patch digit.
2323
5. Create commit called "Release X.Y.Z"
2424
1. ["release 0.1.0"](https://github.com/bazelbuild/rules_python/commit/c8c79aae9aa1b61d199ad03d5fe06338febd0774) is an example commit.
2525
6. Tag that commit as `X.Y.Z`. Eg. `git tag X.Y.Z`
26-
7. Push the commit and the new tag to `master`.
26+
7. Push the commit and the new tag to `main`.
2727
8. Run `bazel build //distro:relnotes` from within workspace and then from repo root run `cat bazel-bin/distro/relnotes.txt` to get the 'install instructions' that are added as release notes.
2828
1. Check the `sha256` value matches the one you calculated earlier.
2929
9. ["Draft a new release"](https://github.com/bazelbuild/rules_python/releases/new) in Github (manual for now), selecting the recently pushed `X.Y.Z` tag.
@@ -33,4 +33,4 @@ Upload the release artifact from `rules_python-[version].tar.gz`. Also copy the
3333

3434
1. Update `README.md` to point at new release.
3535
2. Ping @philwo to get the new release added to mirror.bazel.build. See [this comment on issue #400](https://github.com/bazelbuild/rules_python/issues/400#issuecomment-779159530) for more context.
36-
3. Announce the release in the #python channel in the Bazel slack (bazelbuild.slack.com).
36+
3. Announce the release in the #python channel in the Bazel slack (bazelbuild.slack.com).

0 commit comments

Comments
 (0)
0