Skip to content

Commit

Permalink
Prepare v1.2.0 release (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeGoldsmith authored Dec 15, 2021
1 parent 5bff97f commit d83866e
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGLOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# libhonet-dotnet Changelog

## v1.2.0

### Inmprovements

- Fix authors, move examples and target netstandard2.0 (#48)

### Maintenance

- Add dependabot (#42)
- Empower apply-labels action to apply labels (#41)
- Adds Stalebot (#40)
- Change maintenance badge to maintained (#39)
- Add issue and PR templates (#38)
- Add community health files (#36)
- Add OSS lifecycle badge (#37)
- Updates Github Action Workflows (#35)
- Switches CODEOWNERS to telemetry-team (#33)

### Dependencies

- Bump Shouldly from 3.0.2 to 4.0.3 (#44)
- Bump xunit.runner.visualstudio from 2.4.0 to 2.4.3 (#45)
- Bump xunit from 2.4.0 to 2.4.1 (#43)

## v1.1.1

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

1. Add changelog entry
2. Update Version in both Honeycomb and Honeycomb.AspNet csproj files
3. Open a PR with the above, and merge that into main
4. Tag the merged commit with the new version (e.g. `v1.2.0`)
5. Push the tag upstream (this will kick off the release pipeline in CI)
6. Once the CI is done, publish the GitHub draft release as pre-release through GitHub UI
7. Update public docs with the new version
2 changes: 1 addition & 1 deletion src/Honeycomb.AspNetCore/Honeycomb.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>Honeycomb.AspNetCore</PackageId>
<VersionPrefix>1.1.1</VersionPrefix>
<VersionPrefix>1.2.0</VersionPrefix>
<Authors>Honeycomb</Authors>
<Company>Honeycomb</Company>
<Title>Client package for Honeycomb.io</Title>
Expand Down
2 changes: 1 addition & 1 deletion src/Honeycomb/Honeycomb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>Honeycomb</PackageId>
<VersionPrefix>1.1.1</VersionPrefix>
<VersionPrefix>1.2.0</VersionPrefix>
<Authors>Honeycomb</Authors>
<Company>Honeycomb</Company>
<Title>Client package for Honeycomb.io</Title>
Expand Down

0 comments on commit d83866e

Please sign in to comment.