-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chloggen] Add ability to generate multiple changelog files
- Loading branch information
1 parent
37d80b2
commit af2aca2
Showing
26 changed files
with
856 additions
and
172 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,16 @@ | ||
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' | ||
change_type: enhancement | ||
|
||
# The name of the component, or a single word describing the area of concern, (e.g. crosslink) | ||
component: chloggen | ||
|
||
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). | ||
note: Add ability to configure separate changelogs for different audiences | ||
|
||
# One or more tracking issues related to the change | ||
issues: [364] | ||
|
||
# (Optional) One or more lines of additional information to render under the primary note. | ||
# These lines will be padded with 2 spaces and then inserted directly into the document. | ||
# Use pipe (|) for multiline entries. | ||
subtext: |
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
40 changes: 40 additions & 0 deletions
40
chloggen/cmd/testdata/multiple_changelogs/CHANGELOG-API.md
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,40 @@ | ||
# Changelog | ||
|
||
<!-- next version --> | ||
|
||
## v0.45.0 | ||
|
||
### 🛑 Breaking changes 🛑 | ||
|
||
- `receiver/foo`: Some change relevant to [api] (#125) | ||
- `receiver/foo`: Some change relevant to [user,api] (#11) | ||
|
||
### 🚩 Deprecations 🚩 | ||
|
||
- `receiver/foo`: Some change relevant to [api] (#223) | ||
- `receiver/foo`: Some change relevant to [user,api] (#234) | ||
|
||
### 💡 Enhancements 💡 | ||
|
||
- `receiver/foo`: Some change relevant to [api,user] (#333) | ||
- `receiver/foo`: Some change relevant to [api] (#555) | ||
|
||
### 🧰 Bug fixes 🧰 | ||
|
||
- `receiver/foo`: Some change relevant to [api] (#111) | ||
- `receiver/foo`: Some change relevant to [api] (#777) | ||
|
||
## v0.44.0 | ||
|
||
### 🛑 Breaking changes 🛑 | ||
|
||
- `prometheusexporter`: Automatically rename metrics with units to follow Prometheus naming convention (#8950) | ||
|
||
### 💡 Enhancements 💡 | ||
|
||
- `filterprocessor`: Ability to filter `Spans` (#6341) | ||
- `flinkmetricsreceiver`: add attribute values to metadata #11520 | ||
|
||
### 🧰 Bug fixes 🧰 | ||
|
||
- `redactionprocessor`: respect allow_all_keys configuration (#11542) |
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,39 @@ | ||
# Changelog | ||
|
||
<!-- next version --> | ||
|
||
## v0.45.0 | ||
|
||
### 🛑 Breaking changes 🛑 | ||
|
||
- `receiver/foo`: Some change relevant to [user,api] (#11) | ||
|
||
### 🚩 Deprecations 🚩 | ||
|
||
- `receiver/foo`: Some change relevant to [user] (#123) | ||
- `receiver/foo`: Some change relevant to [user,api] (#234) | ||
|
||
### 💡 Enhancements 💡 | ||
|
||
- `receiver/foo`: Some change relevant to [user] (#21) | ||
- `receiver/foo`: Some change relevant to [api,user] (#333) | ||
|
||
### 🧰 Bug fixes 🧰 | ||
|
||
- `receiver/foo`: Some change relevant to [user] (#32) | ||
- `receiver/foo`: Some change relevant to [user] (#222) | ||
|
||
## v0.44.0 | ||
|
||
### 🛑 Breaking changes 🛑 | ||
|
||
- `prometheusexporter`: Automatically rename metrics with units to follow Prometheus naming convention (#8950) | ||
|
||
### 💡 Enhancements 💡 | ||
|
||
- `filterprocessor`: Ability to filter `Spans` (#6341) | ||
- `flinkmetricsreceiver`: add attribute values to metadata #11520 | ||
|
||
### 🧰 Bug fixes 🧰 | ||
|
||
- `redactionprocessor`: respect allow_all_keys configuration (#11542) |
44 changes: 44 additions & 0 deletions
44
chloggen/cmd/testdata/multiple_changelogs_multiple_defaults/CHANGELOG-API.md
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,44 @@ | ||
# Changelog | ||
|
||
<!-- next version --> | ||
|
||
## v0.45.0 | ||
|
||
### 🛑 Breaking changes 🛑 | ||
|
||
- `receiver/foo`: Some change relevant to [api] (#125) | ||
- `receiver/foo`: Some change relevant to [user,api] (#11) | ||
|
||
### 🚩 Deprecations 🚩 | ||
|
||
- `receiver/foo`: Some change relevant to [default] (#123) | ||
- `receiver/foo`: Some change relevant to [api] (#223) | ||
- `receiver/foo`: Some change relevant to [user,api] (#234) | ||
|
||
### 💡 Enhancements 💡 | ||
|
||
- `receiver/foo`: Some change relevant to [default] (#21) | ||
- `receiver/foo`: Some change relevant to [api,user] (#333) | ||
- `receiver/foo`: Some change relevant to [api] (#555) | ||
|
||
### 🧰 Bug fixes 🧰 | ||
|
||
- `receiver/foo`: Some change relevant to [default] (#32) | ||
- `receiver/foo`: Some change relevant to [default] (#222) | ||
- `receiver/foo`: Some change relevant to [api] (#111) | ||
- `receiver/foo`: Some change relevant to [api] (#777) | ||
|
||
## v0.44.0 | ||
|
||
### 🛑 Breaking changes 🛑 | ||
|
||
- `prometheusexporter`: Automatically rename metrics with units to follow Prometheus naming convention (#8950) | ||
|
||
### 💡 Enhancements 💡 | ||
|
||
- `filterprocessor`: Ability to filter `Spans` (#6341) | ||
- `flinkmetricsreceiver`: add attribute values to metadata #11520 | ||
|
||
### 🧰 Bug fixes 🧰 | ||
|
||
- `redactionprocessor`: respect allow_all_keys configuration (#11542) |
39 changes: 39 additions & 0 deletions
39
chloggen/cmd/testdata/multiple_changelogs_multiple_defaults/CHANGELOG.md
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,39 @@ | ||
# Changelog | ||
|
||
<!-- next version --> | ||
|
||
## v0.45.0 | ||
|
||
### 🛑 Breaking changes 🛑 | ||
|
||
- `receiver/foo`: Some change relevant to [user,api] (#11) | ||
|
||
### 🚩 Deprecations 🚩 | ||
|
||
- `receiver/foo`: Some change relevant to [default] (#123) | ||
- `receiver/foo`: Some change relevant to [user,api] (#234) | ||
|
||
### 💡 Enhancements 💡 | ||
|
||
- `receiver/foo`: Some change relevant to [default] (#21) | ||
- `receiver/foo`: Some change relevant to [api,user] (#333) | ||
|
||
### 🧰 Bug fixes 🧰 | ||
|
||
- `receiver/foo`: Some change relevant to [default] (#32) | ||
- `receiver/foo`: Some change relevant to [default] (#222) | ||
|
||
## v0.44.0 | ||
|
||
### 🛑 Breaking changes 🛑 | ||
|
||
- `prometheusexporter`: Automatically rename metrics with units to follow Prometheus naming convention (#8950) | ||
|
||
### 💡 Enhancements 💡 | ||
|
||
- `filterprocessor`: Ability to filter `Spans` (#6341) | ||
- `flinkmetricsreceiver`: add attribute values to metadata #11520 | ||
|
||
### 🧰 Bug fixes 🧰 | ||
|
||
- `redactionprocessor`: respect allow_all_keys configuration (#11542) |
40 changes: 40 additions & 0 deletions
40
chloggen/cmd/testdata/multiple_changelogs_single_default/CHANGELOG-API.md
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,40 @@ | ||
# Changelog | ||
|
||
<!-- next version --> | ||
|
||
## v0.45.0 | ||
|
||
### 🛑 Breaking changes 🛑 | ||
|
||
- `receiver/foo`: Some change relevant to [api] (#125) | ||
- `receiver/foo`: Some change relevant to [user,api] (#11) | ||
|
||
### 🚩 Deprecations 🚩 | ||
|
||
- `receiver/foo`: Some change relevant to [api] (#223) | ||
- `receiver/foo`: Some change relevant to [user,api] (#234) | ||
|
||
### 💡 Enhancements 💡 | ||
|
||
- `receiver/foo`: Some change relevant to [api,user] (#333) | ||
- `receiver/foo`: Some change relevant to [api] (#555) | ||
|
||
### 🧰 Bug fixes 🧰 | ||
|
||
- `receiver/foo`: Some change relevant to [api] (#111) | ||
- `receiver/foo`: Some change relevant to [api] (#777) | ||
|
||
## v0.44.0 | ||
|
||
### 🛑 Breaking changes 🛑 | ||
|
||
- `prometheusexporter`: Automatically rename metrics with units to follow Prometheus naming convention (#8950) | ||
|
||
### 💡 Enhancements 💡 | ||
|
||
- `filterprocessor`: Ability to filter `Spans` (#6341) | ||
- `flinkmetricsreceiver`: add attribute values to metadata #11520 | ||
|
||
### 🧰 Bug fixes 🧰 | ||
|
||
- `redactionprocessor`: respect allow_all_keys configuration (#11542) |
39 changes: 39 additions & 0 deletions
39
chloggen/cmd/testdata/multiple_changelogs_single_default/CHANGELOG.md
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,39 @@ | ||
# Changelog | ||
|
||
<!-- next version --> | ||
|
||
## v0.45.0 | ||
|
||
### 🛑 Breaking changes 🛑 | ||
|
||
- `receiver/foo`: Some change relevant to [user,api] (#11) | ||
|
||
### 🚩 Deprecations 🚩 | ||
|
||
- `receiver/foo`: Some change relevant to [default] (#123) | ||
- `receiver/foo`: Some change relevant to [user,api] (#234) | ||
|
||
### 💡 Enhancements 💡 | ||
|
||
- `receiver/foo`: Some change relevant to [default] (#21) | ||
- `receiver/foo`: Some change relevant to [api,user] (#333) | ||
|
||
### 🧰 Bug fixes 🧰 | ||
|
||
- `receiver/foo`: Some change relevant to [default] (#32) | ||
- `receiver/foo`: Some change relevant to [default] (#222) | ||
|
||
## v0.44.0 | ||
|
||
### 🛑 Breaking changes 🛑 | ||
|
||
- `prometheusexporter`: Automatically rename metrics with units to follow Prometheus naming convention (#8950) | ||
|
||
### 💡 Enhancements 💡 | ||
|
||
- `filterprocessor`: Ability to filter `Spans` (#6341) | ||
- `flinkmetricsreceiver`: add attribute values to metadata #11520 | ||
|
||
### 🧰 Bug fixes 🧰 | ||
|
||
- `redactionprocessor`: respect allow_all_keys configuration (#11542) |
File renamed without changes.
File renamed without changes.
Oops, something went wrong.