Skip to content

Commit

Permalink
Update RELEASING doc
Browse files Browse the repository at this point in the history
  • Loading branch information
utpilla committed Dec 13, 2023
1 parent 795401c commit 7b854c3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion build/RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,16 @@ Only for Maintainers.
git push origin 1.0.0-rc9.7
```
If releasing both, push both tags above.
If releasing only a particular non-core component which has a dedicated
MinverTagPrefix such as AspNetCore instrumentation, only add and push the
tag with that particular prefix. For example:
```sh
git tag -a Instrumentation.AspNetCore-1.6.0 -m "1.6.0 of AspNetCore instrumentation library"
git push origin Instrumentation.AspNetCore-1.6.0
```
If releasing multiple kinds of components, push both tags for each of them.
7. Go to the [list of
tags](https://github.com/open-telemetry/opentelemetry-dotnet/tags)
Expand Down

0 comments on commit 7b854c3

Please sign in to comment.