-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to sort changelog entries alphabetically (#147)
* Add ability to sort changelog entries alphabetically Signed-off-by: Thane Thomson <[email protected]> * Refactor parameter into [change_set_sections] config section Signed-off-by: Thane Thomson <[email protected]> * Document new section/parameter in README Signed-off-by: Thane Thomson <[email protected]> * Add changelog entry Signed-off-by: Thane Thomson <[email protected]> --------- Signed-off-by: Thane Thomson <[email protected]>
- Loading branch information
1 parent
467a945
commit 7878802
Showing
8 changed files
with
165 additions
and
10 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,4 @@ | ||
- Add configuration file section `[change_set_sections]` with parameter | ||
`sort_entries_by` to sort entries in change set sections either by issue/PR | ||
number (`id`; default), or alphabetically (`entry-text`) | ||
([\#147](https://github.com/informalsystems/unclog/pull/147)) |
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
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
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 |
---|---|---|
@@ -0,0 +1,92 @@ | ||
# CHANGELOG | ||
|
||
This goes at the BEGINNING of the changelog. | ||
|
||
## Unreleased | ||
|
||
### FEATURES | ||
|
||
- Travel through space as a beneficial example | ||
|
||
### IMPROVEMENTS | ||
|
||
- Eat the profile | ||
|
||
## v0.2.1 | ||
|
||
*31 Mar 2021* | ||
|
||
### BREAKING CHANGES | ||
|
||
- [Component 2](2nd-component) | ||
- Gargle the truffle | ||
- Laugh at the gaggle | ||
- Travel the gravel | ||
|
||
### FEATURES | ||
|
||
- General | ||
- Carry the wobbles | ||
- Nibble the bubbles | ||
- component1 | ||
- Fasten the handles | ||
- Hasten the sandals | ||
- [Component 2](2nd-component) | ||
- Drizzle the funnel | ||
- Waggle the juggle | ||
|
||
## v0.2.0 | ||
|
||
*27 Feb 2021* | ||
|
||
It's finally out, yay! | ||
|
||
### BREAKING CHANGES | ||
|
||
- Educate the specialist vigorously | ||
- Let the tune meet the unlawful disaster | ||
|
||
### FEATURES | ||
|
||
- Attend the entry with an ambitious blank | ||
- Stir the engineer with the foolish sound | ||
|
||
## v0.2.0-beta | ||
|
||
*13 Feb 2021* | ||
|
||
This is the second pre-release of v0.2.0. | ||
|
||
### FEATURES | ||
|
||
- Balance the antique garbage | ||
- Spark the chair in the storm | ||
|
||
### IMPROVEMENTS | ||
|
||
- Allow the fan to meet his shoe | ||
|
||
## v0.2.0-alpha | ||
|
||
*3 Feb 2021* | ||
|
||
This is the first pre-release of our upcoming v0.2.0 release. | ||
|
||
### BREAKING CHANGES | ||
|
||
- Add serene brown drops to the scattered magazine | ||
- Eat the resort and cry | ||
- Tick the effect in actual chemicals | ||
|
||
### IMPROVEMENTS | ||
|
||
- Hover over the historian with a melodic mix | ||
that travels over multiple lines. | ||
|
||
## v0.1.0 | ||
|
||
*8 Jan 2021* | ||
|
||
This is our first release! | ||
|
||
This goes at the end of the CHANGELOG. |
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