Skip to content

Commit 70d36d9

Browse files
authored
Update RELEASING.md with correct tag.sh cmd (#130)
1 parent 83f8ffa commit 70d36d9

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

RELEASING.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -69,17 +69,22 @@ In nearly all cases, `<new_contrib_tag>` should be the same as
6969
Now create a `<new_contrib_tag>` on the commit hash of the changes made in pre-release step,
7070
7171
1. Run the tag.sh script.
72+
73+
```
74+
./tag.sh <new_contrib_tag> <commit-hash>
75+
```
7276
2. Push tags upstream. Make sure you push upstream for all the sub-module tags as well.
7377
7478
```
75-
./tag.sh -t <new_contrib_tag> -c <commit-hash>
7679
git push upstream <new_contrib_tag>
7780
git push upstream <submodules-path/new_contrib_tag>
81+
...
7882
```
7983
8084
## Release
81-
Now create a release for the new `<new_contrib_tag>` on github. tag.sh script generates commit logs since
82-
last release. Use that to draft the new release.
85+
Now create a release for the new `<new_contrib_tag>` on github.
86+
The release body should include all the release notes in the Changelog for this release.
87+
Additionally, the `tag.sh` script generates commit logs since last release which can be used to suppliment the release notes.
8388
8489
<!-- ## Verify Examples -->
8590
<!-- After releasing run following script to verify that examples build outside of the otel repo. -->

0 commit comments

Comments
 (0)