Skip to content

Commit

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

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

* release: improve release notes

* release: update release notes

* docs: update prepare release pr templates
  • Loading branch information
CalvinWilkinson committed Jun 21, 2024
1 parent 64cf04d commit fcca919
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
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.1",
"version": "v1.0.0-preview.2",
"tasks": {
"build": "./.github/cicd/scripts/deno-build.ts",
"tests": "deno test ./Tests/*Tests.ts"
Expand Down
19 changes: 19 additions & 0 deletions release-notes/preview-releases/v1.0.0-preview.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<h1 align="center" style="color: mediumseagreen;font-weight: bold;">
kd-admin Preview Release Notes - v1.0.0-preview.2
</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;">New Features ✨</h2>

1. [#16](https://github.com/KinsonDigital/kd-admin/issues/16) - Added version update support. The _**JSON**_ and C# _**csproj**_ will not have their version updated.

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

1. [#19](https://github.com/KinsonDigital/kd-admin/issues/19) - Created install script.
2. [#24](https://github.com/KinsonDigital/kd-admin/issues/24) - Created update script.
1 change: 0 additions & 1 deletion templates/prev-prepare-release-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
- [ ] Auto-generated release notes have been reviewed and updated if necessary.
- [ ] Manual QA Testing completed _(if applicable)_.
- [ ] Release to **_preview_** completed. _(The release is performed by running the `🚀Release` workflow)_.
- [ ] Reusable workflow version references have been updated for the upcoming release.
```

### Post-Release ToDo List
Expand Down
1 change: 0 additions & 1 deletion templates/prod-prepare-release-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
- [ ] Auto-generated release notes have been reviewed and updated if necessary.
- [ ] Manual QA Testing completed _(if applicable)_.
- [ ] Release to **_production_** completed. _(The release is performed by running the `🚀Release` workflow)_.
- [ ] Reusable workflow version references have been updated for the upcoming release.
```

### Post-Release ToDo List
Expand Down

0 comments on commit fcca919

Please sign in to comment.