-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🚀Production Release (v14.1.0) (#246)
* release: update version to v14.1.0 * release: create release notes for version v14.1.0 * release: improve release notes for version v14.1.0 * ci: update reusable workflows to latest version * ci: add missing env permission flag
- Loading branch information
1 parent
2c1314c
commit e2dd81c
Showing
9 changed files
with
30 additions
and
16 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
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
14 changes: 14 additions & 0 deletions
14
release-notes/production-releases/Release-Notes-v14.1.0.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,14 @@ | ||
<h1 align="center" style="color: mediumseagreen;font-weight: bold;"> | ||
Infrastructure Production Release Notes - v14.1.0 | ||
</h1> | ||
|
||
<h2 align="center" style="font-weight: bold;">Bug Fixes 🐛</h2> | ||
|
||
1. [#243](https://github.com/KinsonDigital/Infrastructure/issues/243) - Fixed env vars in dotnet release workflow. | ||
2. [#242](https://github.com/KinsonDigital/Infrastructure/issues/242) - Added a check for the release notes for dotnet library releases. | ||
|
||
<h2 align="center" style="font-weight: bold;">CICD ⚙️</h2> | ||
|
||
1. [#243](https://github.com/KinsonDigital/Infrastructure/issues/243) - Fixed an issue where the following environment variables in the dotnet library release workflow was incorrect: | ||
- `BASE_SEARCH_DIR_PATH` | ||
- `NET_SDK_VERSION` |