forked from open-telemetry/opentelemetry-specification
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request open-telemetry#45 from jkwatson/changelog_proposal
proposal for the CHANGELOG format specifics
- Loading branch information
Showing
2 changed files
with
49 additions
and
3 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
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 |
---|---|---|
@@ -1,6 +1,39 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
All notable changes to this project are documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), | ||
The format is based on the [Splunk GDI specification](https://github.com/signalfx/gdi-specification/blob/f70eda04ec15685f892edc4b8f05bed557d20206/docs/repository.md#required-files), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## Unreleased | ||
|
||
### General | ||
|
||
#### Enhancements | ||
|
||
- We made everything better with this new feature. | ||
|
||
--- | ||
|
||
## Version 0.1.0 - 2021-04-01 | ||
|
||
### General | ||
|
||
- This release marks the first release of the project. | ||
|
||
### Functional Section 1 | ||
|
||
#### Breaking changes | ||
|
||
- Unfortunately, we were forced to introduce this breaking change. | ||
|
||
#### Bugfixes | ||
|
||
- Bug 1 fixed. Here's a description of what was broken and how we fixed it. | ||
- Another bug we fixed goes here. | ||
|
||
### Functional Section 2 | ||
|
||
#### Enhancements | ||
|
||
- Other great enhancements are written about here. |