|
| 1 | +<h1 align="center" style="color: mediumseagreen;font-weight: bold;"> |
| 2 | +Infrastructure Production Release Notes - v14.0.0 |
| 3 | +</h1> |
| 4 | + |
| 5 | +<h2 align="center" style="font-weight: bold;">Enhancements 💎</h2> |
| 6 | + |
| 7 | +1. [#233](https://github.com/KinsonDigital/Infrastructure/issues/233) - Updated the dotnet lib reusable release workflow to include debug symbols. |
| 8 | + |
| 9 | +<h2 align="center" style="font-weight: bold;">Bug Fixes 🐛</h2> |
| 10 | + |
| 11 | +1. [#226](https://github.com/KinsonDigital/Infrastructure/issues/226) - Fixed an issue with PR descriptions during the initial sync process. |
| 12 | + |
| 13 | +<h2 align="center" style="font-weight: bold;">Breaking Changes 🧨</h2> |
| 14 | + |
| 15 | +1. [#213](https://github.com/KinsonDigital/Infrastructure/issues/213) - Improved security by doing the following: |
| 16 | + - Removed all code related to printing out script arguments to the console. |
| 17 | + - Replaced all script arguments with environment variables. |
| 18 | + |
| 19 | +<h2 align="center" style="font-weight: bold;">Technical Debt 🧽</h2> |
| 20 | + |
| 21 | +1. [#213](https://github.com/KinsonDigital/Infrastructure/issues/213) - Renamed the _**validate-sdk-setup.yml**_ workflow to _**validate-sdk-versions.yml**_. |
| 22 | + - This will require updating all reusable workflow references in the project that point to this workflow. |
| 23 | +2. [#221](https://github.com/KinsonDigital/Infrastructure/issues/221) - Removed the prepare release process. |
| 24 | +3. [#218](https://github.com/KinsonDigital/Infrastructure/issues/218) - Improved the create script job in the _**resolve-csharp-proj-file.yml**_ workflow. |
| 25 | + |
| 26 | +<h2 align="center" style="font-weight: bold;">CICD ⚙️</h2> |
| 27 | + |
| 28 | +1. [#225](https://github.com/KinsonDigital/Infrastructure/issues/225) - Changed the dotnet lib release workflow input with the name `release-notes-file-name-prefix` to optional. |
| 29 | +2. [#222](https://github.com/KinsonDigital/Infrastructure/issues/222) - Changed the dotnet action release workflow input with the name `release-notes-file-name-prefix` to optional. |
| 30 | +3. [#222](https://github.com/KinsonDigital/Infrastructure/issues/222) - Improved the create GitHub release step in the _**dotnet-action-release.yml**_ and _**dotnet-lib-release.yml**_ workflows. |
| 31 | +4. [#218](https://github.com/KinsonDigital/Infrastructure/issues/218) - Added trimming to various repo variables to reduce accidental breaking of workflows. |
| 32 | +5. [#201](https://github.com/KinsonDigital/Infrastructure/issues/201) - Created a release workflow. |
| 33 | + |
| 34 | +<h2 align="center" style="font-weight: bold;">Configuration 🛠️</h2> |
| 35 | + |
| 36 | +1. [#223](https://github.com/KinsonDigital/Infrastructure/issues/223) - Setup the [kdadmin](https://github.com/kinsondigital/kd-admin) dev tool. |
0 commit comments