Skip to content

Commit

Permalink
🚀Preview Release (v1.0.0-preview.2) (#14)
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

* config: adjust settings

* docs: rename v1.0.0-preview.1 release notes

* release: improve release notes

* chore: add single empty line to the end of the file

* ide: update rider settings

* ci: update release workflow display name

* docs: rename release notes files
  • Loading branch information
CalvinWilkinson committed Jun 27, 2024
1 parent 15c5d16 commit d668c95
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 92 deletions.
83 changes: 0 additions & 83 deletions .github/workflows/prepare-release.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 🚀Release
run-name: ${{ vars.PROJECT_NAME }} ${{ inputs.release-type }} Release ${{ inputs.dry-run == true && '(Dry Run)' || '' }}
run-name: ${{ inputs.release-type }} Release ${{ inputs.dry-run == true && '(Dry Run)' || '' }}


defaults:
Expand Down
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"cSpell.words": [
"CICD",
"Kinson",
"REPONAME"
]
}
1 change: 0 additions & 1 deletion KDGUI.sln
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workflows", "Workflows", "{
.github\workflows\add-new-item-to-project.yml = .github\workflows\add-new-item-to-project.yml
.github\workflows\build-misc-projects-status-check.yml = .github\workflows\build-misc-projects-status-check.yml
.github\workflows\build-status-check.yml = .github\workflows\build-status-check.yml
.github\workflows\prepare-release.yml = .github\workflows\prepare-release.yml
.github\workflows\release.yml = .github\workflows\release.yml
.github\workflows\sdk-status-check.yml = .github\workflows\sdk-status-check.yml
.github\workflows\sonar-scan-pr-status-check.yml = .github\workflows\sonar-scan-pr-status-check.yml
Expand Down
6 changes: 5 additions & 1 deletion KdGui.sln.DotSettings
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:Int64 x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/WRAP_LIMIT/@EntryValue">145</s:Int64>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpKeepExistingMigration/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpPlaceEmbeddedOnSameLineMigration/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpUseContinuousIndentInsideBracesMigration/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EMigrateBlankLinesAroundFieldToBlankLinesAroundProperty/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=12B46BFFE36BE54D9A9DEC0B07E0283E/@KeyIndexDefined">True</s:Boolean>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=12B46BFFE36BE54D9A9DEC0B07E0283E/Applicability/=Live/@EntryIndexedValue">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=12B46BFFE36BE54D9A9DEC0B07E0283E/Description/@EntryValue">Template for creating an object creation method for unit testing</s:String>
Expand Down
4 changes: 2 additions & 2 deletions KdGui/KdGui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<RootNamespace>KdGui</RootNamespace>

<!--Update this for production and preview releases-->
<Version>1.0.0-preview.1</Version>
<Version>1.0.0-preview.2</Version>

<!--Update this for production and preview releases-->
<FileVersion>1.0.0-preview.1</FileVersion>
<FileVersion>1.0.0-preview.2</FileVersion>

<!--
DO NOT UPDATE THIS FOR PREVIEW RELEASES!!
Expand Down
22 changes: 22 additions & 0 deletions ReleaseNotes/PreviewReleases/Release-Notes-v1.0.0-preview.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<h1 align="center" style="color: mediumseagreen;font-weight: bold;">
KdGui 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. [#12](https://github.com/KinsonDigital/KdGui/issues/12) - Added the property `NoResize` to the `IControlGroup` interface and `ControlGroup` class to enable or disable the resizing of the control group control.

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

1. [#12](https://github.com/KinsonDigital/KdGui/issues/12) - Enhanced how control groups resize themselves by considering the width of the group title so the title is not clipped.

<h2 align="center" style="font-weight: bold;">Other 🪧</h2>

1. [#10](https://github.com/KinsonDigital/KdGui/issues/10) - Set up kd-admin dev tool.
4 changes: 2 additions & 2 deletions dev-tools/prepare-release-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"headBranch": "prev-release",
"baseBranch": "preview",
"genReleaseSettingsFilePath": "./dev-tools/prev-gen-release-notes-settings.json",
"releaseNotesDirPath": "./ReleaseNotes",
"releaseNotesDirPath": "./ReleaseNotes/PreviewReleases",
"releasePrTemplateFilePath": "./templates/prev-prepare-release-template.md",
"releaseLabels": [
"🚀preview-release"
Expand All @@ -25,7 +25,7 @@
"headBranch": "prod-release",
"baseBranch": "main",
"genReleaseSettingsFilePath": "./dev-tools/prod-gen-release-notes-settings.json",
"releaseNotesDirPath": "./ReleaseNotes",
"releaseNotesDirPath": "./ReleaseNotes/ProductionReleases",
"releasePrTemplateFilePath": "./templates/prod-prepare-release-template.md",
"releaseLabels": [
"🚀production-release"
Expand Down
2 changes: 1 addition & 1 deletion dev-tools/prev-gen-release-notes-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repoName": "KdGui",
"githubTokenEnvVarName": "CICD_TOKEN",
"milestoneName": "${VERSION}",
"headerText": "${REPONAME} ${RELEASETYPE} Release Notes - ${VERSION}",
"headerText": "${REPONAME} Preview Release Notes - ${VERSION}",
"releaseType": "Preview",
"extraInfo": {
"title": "Quick Reminder",
Expand Down
2 changes: 1 addition & 1 deletion dev-tools/prod-gen-release-notes-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repoName": "KdGui",
"githubTokenEnvVarName": "CICD_TOKEN",
"milestoneName": "${VERSION}",
"headerText": "${REPONAME} ${RELEASETYPE} Release Notes - ${VERSION}",
"headerText": "${REPONAME} Production Release Notes - ${VERSION}",
"releaseType": "Production",
"emojisToRemoveFromTitle": [
"🚧",
Expand Down

0 comments on commit d668c95

Please sign in to comment.