You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update README master branch URL to main
* Remove master branch from workflow triggers
The master branch has been renamed to main.
* Add changes to CHANGELOG
* Rename other projects default branch
All of OpenTelemetry is moving to rename `master` to `main`, this
updates all other URLs for those projects.
Co-authored-by: Anthony Mirabella <[email protected]>
Copy file name to clipboardexpand all lines: RELEASING.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Update go.mod for submodules to depend on the new release which will happen in t
13
13
2. Verify the changes.
14
14
15
15
```
16
-
git diff master
16
+
git diff main
17
17
```
18
18
19
19
This should have changed the version for all modules to be `<new tag>`.
@@ -44,7 +44,7 @@ Failure to do so will leave things in a broken state.
44
44
It is critical you make sure the version you push upstream is correct.
45
45
[Failure to do so will lead to minor emergencies and tough to work around](https://github.com/open-telemetry/opentelemetry-go/issues/331).
46
46
47
-
1. Run the tag.sh script using the `<commit-hash>` of the commit on the master branch for the merged Pull Request.
47
+
1. Run the tag.sh script using the `<commit-hash>` of the commit on the main branch for the merged Pull Request.
48
48
49
49
```
50
50
./tag.sh <new tag> <commit-hash>
@@ -78,4 +78,4 @@ This ensures they build with the published release, not the local copy.
78
78
79
79
## Contrib Repository
80
80
81
-
Once verified be sure to [make a release for the `contrib` repository](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/master/RELEASING.md) that uses this release.
81
+
Once verified be sure to [make a release for the `contrib` repository](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/RELEASING.md) that uses this release.
0 commit comments