Skip to content

Commit

Permalink
🚀Preview Release (v1.0.0-preview.4) (#40)
Browse files Browse the repository at this point in the history
* release: update version to v1.0.0-preview.4

* release: create release notes for version v1.0.0-preview.4

* release: rename release note files

* release: improve release notes

* release,docs: fixed grammer in release notes
  • Loading branch information
CalvinWilkinson committed Jun 27, 2024
1 parent bbb50da commit 654e2a3
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
$releaseDirPrefix = $releaseType.ToLower();
$releaseTypeDir = "$releaseDirPrefix-releases";
$fullReleaseNotesPath = "${{ github.workspace }}/release-notes/$releaseTypeDir/${{ needs.get_version.outputs.version }}.md";
$fullReleaseNotesPath = "${{ github.workspace }}/release-notes/$releaseTypeDir/Release-Notes-${{ needs.get_version.outputs.version }}.md";
$isPreRelease = $releaseType -eq "Preview" ? "--prerelease" : "";
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "v1.0.0-preview.3",
"version": "v1.0.0-preview.4",
"tasks": {
"build": "./.github/cicd/scripts/deno-build.ts",
"tests": "deno test ./Tests/*Tests.ts",
Expand Down
21 changes: 21 additions & 0 deletions release-notes/preview-releases/Release-Notes-v1.0.0-preview.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<h1 align="center" style="color: mediumseagreen;font-weight: bold;">
kd-admin Preview Release Notes - v1.0.0-preview.4
</h1>

<h2 align="center" style="font-weight: bold;">Quick Reminder</h2>

<div align="center">

As with all software, there is always a chance for issues and bugs, especially for preview releases, so your input is greatly appreciated. 🙏🏼
</div>

<h2 align="center" style="font-weight: bold;">Enhancements 💎</h2>

1. [#35](https://github.com/KinsonDigital/kd-admin/issues/35) - Improved issue number validation.
2. [#31](https://github.com/KinsonDigital/kd-admin/issues/31) - Added error checking to all JSON parsing.
3. [#41](https://github.com/KinsonDigital/kd-admin/issues/41) - Prefixed generated release note files with `Release-Notes-`.

<h2 align="center" style="font-weight: bold;">Bug Fixes 🐛</h2>

1. [#33](https://github.com/KinsonDigital/kd-admin/issues/33) - Fixed a bug where the letter `v` in versions for csproj files was not being trimmed.
2. [#32](https://github.com/KinsonDigital/kd-admin/issues/32) - Fixed a bug where the `${RELEASETYPE}` variable was not working correctly with release note headers.

0 comments on commit 654e2a3

Please sign in to comment.