Skip to content

Commit

Permalink
add note in releasing to update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieDanielson committed Mar 2, 2023
1 parent eb06fb2 commit e4f63b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- `git log --pretty='%C(green)%d%Creset- %s | [%an](https://github.com/)'`
- Update VersionPrefix (and VersionSuffix if necessary) in the `*.csproj` files
- If updating the OTel SDK, update the OTLP version in `HoneycombOptions.cs`
- If updating the OTel SDK, update the OTel version in `README.md`
- Commit changes, push, and open a release preparation pull request for review.
- Once the pull request is merged, fetch the updated `main` branch.
- Apply a tag for the new version on the merged commit (e.g. `git tag -a v1.3.0 -m "v1.3.0"`)
Expand Down

0 comments on commit e4f63b9

Please sign in to comment.