-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d81a4ca
commit 9124a9f
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# chef-handler-honeycomb changelog | ||
|
||
## [0.2.0] - 2022-09-08 | ||
|
||
### Enhancements | ||
|
||
- Update handler to produce a full trace with child spans (#10) | [@tdarwin](https://github.com/tdarwin) | ||
|
||
### Maintenance | ||
|
||
- Add re-triage workflow (#9) | [@vreynolds](https://github.com/vreynolds) | ||
- Empower apply-labels action to apply labels (#8) | [@robbkidd](https://github.com/robbkidd) | ||
- Change maintenance badge to maintained (#6) | [@JamieDanielson](https://github.com/JamieDanielson) | ||
- Adds Stalebot (#7) | [@JamieDanielson](https://github.com/JamieDanielson) | ||
- Add NOTICE (#5) | [@cartermp](https://github.com/cartermp) | ||
- Add issue and PR templates (#4) | [@vreynolds](https://github.com/vreynolds) | ||
- Add OSS lifecycle badge (#3) | [@vreynolds](https://github.com/vreynolds) | ||
- Add maintenance files (#2) | [@vreynolds](https://github.com/vreynolds) | ||
|
||
## [0.1.1] - 2019-04-19 | ||
|
||
### Fixes | ||
|
||
- Fix class variable access | [@martin308](https://github.com/martin308) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Releasing | ||
|
||
- Update `CHANGELOG.md` with the changes since the last release. | ||
- 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: vX.Y.Z, for example v1.1.2. | ||
- Create a release in GitHub from the new tag. |