-
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.
feat: add generation of
compare
link + date of release for the vers…
…ion + include `scope` if present
- Loading branch information
1 parent
36049d1
commit 181edc5
Showing
14 changed files
with
156 additions
and
73 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
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
9 changes: 9 additions & 0 deletions
9
tests/VerifyTests/Changelog.commits are ordered by scope.verified.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,9 @@ | ||
## 1.0.0 - 2024-11-18 | ||
|
||
### 🚀 Features | ||
|
||
* *(all)* All Fable targets are awesome ([2a6f3b3](https://github.com/owner/repository/commit/2a6f3b3403aaa629de6e65558448b37f126f8e86)) | ||
* *(js)* JavaScript is awesome ([be429a9](https://github.com/owner/repository/commit/be429a973ac2f6d1c009b7efcd15360c9e585450)) | ||
* *(js)* Add feature #1 ([21033aa](https://github.com/owner/repository/commit/21033aae357447dbfac30557a2dee0c4b5b03f68)) | ||
* *(js)* Add feature #2 ([0b1899b](https://github.com/owner/repository/commit/0b1899bb03d3eb86a30c84aa4c66c037527fbd14)) | ||
* *(rust)* Rust is awesome ([2a6f3b3](https://github.com/owner/repository/commit/2a6f3b3403aaa629de6e65558448b37f126f8e86)) |
6 changes: 6 additions & 0 deletions
6
...ompare link is not generated if no previous release sha is provided.verified.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,6 @@ | ||
## 1.0.0 - 2024-11-18 | ||
|
||
### 🚀 Features | ||
|
||
* Add another feature ([2a6f3b3](https://github.com/owner/repository/commit/2a6f3b3403aaa629de6e65558448b37f126f8e86)) | ||
* Add feature ([0b1899b](https://github.com/owner/repository/commit/0b1899bb03d3eb86a30c84aa4c66c037527fbd14)) |
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
4 changes: 3 additions & 1 deletion
4
tests/VerifyTests/Changelog.works for feat type commit.verified.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 |
---|---|---|
@@ -1,6 +1,8 @@ | ||
## 1.0.0 | ||
## 1.0.0 - 2024-11-18 | ||
|
||
### 🚀 Features | ||
|
||
* Add another feature ([2a6f3b3](https://github.com/owner/repository/commit/2a6f3b3403aaa629de6e65558448b37f126f8e86)) | ||
* Add feature ([0b1899b](https://github.com/owner/repository/commit/0b1899bb03d3eb86a30c84aa4c66c037527fbd14)) | ||
|
||
<strong><small>[View changes on Github](https://github.com/owner/repository/compare/fefd5e0bf242e034f86ad23a886e2d71ded4f7bb..0b1899bb03d3eb86a30c84aa4c66c037527fbd14)</small></strong> |
4 changes: 3 additions & 1 deletion
4
tests/VerifyTests/Changelog.works for fix type commit.verified.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 |
---|---|---|
@@ -1,6 +1,8 @@ | ||
## 1.0.0 | ||
## 1.0.0 - 2024-11-18 | ||
|
||
### 🐞 Bug Fixes | ||
|
||
* Fix another bug ([2a6f3b3](https://github.com/owner/repository/commit/2a6f3b3403aaa629de6e65558448b37f126f8e86)) | ||
* Fix bug ([0b1899b](https://github.com/owner/repository/commit/0b1899bb03d3eb86a30c84aa4c66c037527fbd14)) | ||
|
||
<strong><small>[View changes on Github](https://github.com/owner/repository/compare/fefd5e0bf242e034f86ad23a886e2d71ded4f7bb..0b1899bb03d3eb86a30c84aa4c66c037527fbd14)</small></strong> |
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
Oops, something went wrong.