Skip to content

Commit

Permalink
Prepare 0.11.0-alpha release, add releasing.md (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
vreynolds authored Jul 27, 2021
1 parent 02969d8 commit 0024627
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# honeycomb-opentelemetry-dotnet changelog

## [0.11.0-alpha] - 2021-07-27

### Added

- Redis instrumentation (#66, #74) | [@vreynolds](https://github.com/vreynolds)

## [0.10.0-alpha] - 2021-07-15

### Added
Expand Down
8 changes: 8 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Releasing Process

1. Update changelog
1. Update VersionPrefix (and VersionSuffix if necessary) in the csproj file
1. Open a PR with the above, and merge that into main
1. Tag the merged commit with the new version (e.g. `v0.10.0-alpha`)
1. Push the tag upstream (this will kick off the release pipeline in CI)
1. Once the CI is done, promote the GitHub release from draft to release
2 changes: 1 addition & 1 deletion src/Honeycomb.OpenTelemetry/Honeycomb.OpenTelemetry.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>

<!-- NuGet packaging properties -->
<VersionPrefix>0.10.0</VersionPrefix>
<VersionPrefix>0.11.0</VersionPrefix>
<VersionSuffix>alpha</VersionSuffix>
<PackageId>Honeycomb.OpenTelemetry</PackageId>
<Authors>Honeycomb</Authors>
Expand Down

0 comments on commit 0024627

Please sign in to comment.