File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -69,17 +69,22 @@ In nearly all cases, `<new_contrib_tag>` should be the same as
69
69
Now create a `<new_contrib_tag>` on the commit hash of the changes made in pre-release step,
70
70
71
71
1. Run the tag.sh script.
72
+
73
+ ```
74
+ ./tag.sh <new_contrib_tag> <commit-hash>
75
+ ```
72
76
2. Push tags upstream. Make sure you push upstream for all the sub-module tags as well.
73
77
74
78
```
75
- ./tag.sh -t <new_contrib_tag> -c <commit-hash>
76
79
git push upstream <new_contrib_tag>
77
80
git push upstream <submodules-path/new_contrib_tag>
81
+ ...
78
82
```
79
83
80
84
## 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.
83
88
84
89
<!-- ## Verify Examples -->
85
90
<!-- After releasing run following script to verify that examples build outside of the otel repo. -->
You can’t perform that action at this time.
0 commit comments