Skip to content

Releases: KinsonDigital/kd-admin

Preview Release - v1.0.0-preview.6

02 Oct 10:40
ebbd868
Compare
Choose a tag to compare
Pre-release

kd-admin Preview Release Notes - v1.0.0-preview.6

Quick Reminder

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

New Features ✨

  1. #50 - Added a new optional prepare release setting with the name trimFromStartOfVersion to trim string values from the beginning of the version.

Preview Release - v1.0.0-preview.5

29 Aug 17:29
b2f5faa
Compare
Choose a tag to compare
Pre-release

kd-admin Preview Release Notes - v1.0.0-preview.5

Quick Reminder

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

New Features ✨

  1. #45 - Added a new setting to the prepare release process to prefix release notes files with a value.

Note

The name of this setting is releaseNotesFilePrefix and is used in the prepare-release-settings.json config file.

Enhancements 💎

  1. #44 - Improved the error log message when a file version key with value cannot be found.
  2. #43 - Added the --no-lock option to install process to prevent accidental manipulation of deno.lock files deno projects when installing the tool.

Bug Fixes 🐛

  1. #44 - Fixed a bug where when the error logs are incorrect when a GitHub user name is invalid.

Dependency Updates 📦

  1. #46 - Updated the deno toText function to version 0.224.0.

Other 🪧

  1. #45 - Updated the deno v1.x.x style of permissions to the v1.46.x style of permissions in all workflows.
  2. #45 - Updated the build status check and release workflows to use the new enhanced deno check command release in deno version v1.46.x.
  3. #44 - Fixed an issue with the if logic for the jobs in the sync-pr-to-issue.yml workflow, preventing regular feature branch PRs from running issues to PR syncs.

Preview Release - v1.0.0-preview.4

27 Jun 09:51
Compare
Choose a tag to compare
Pre-release

kd-admin Preview Release Notes - v1.0.0-preview.4

Quick Reminder

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

Enhancements 💎

  1. #35 - Improved issue number validation.
  2. #31 - Added error checking to all JSON parsing.
  3. #41 - Prefixed generated release note files with Release-Notes-.

Bug Fixes 🐛

  1. #33 - Fixed a bug where the letter v in versions for csproj files was not being trimmed.
  2. #32 - Fixed a bug where the ${RELEASETYPE} variable was not working correctly with release note headers.

Preview Release - v1.0.0-preview.3

26 Jun 16:43
Compare
Choose a tag to compare
Pre-release

kd-admin Preview Release Notes - v1.0.0-preview.3

Quick Reminder

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

Enhancements ✨

  1. #27 - Moved the location of the settings files when installing the tool to the ./dev-tools directory.
       - The tool now looks for the settings files in this directory.
  2. #26 - Improved release note generation settings.

Breaking Changes 🧨

  1. #27 - Changed where the tool looks and expects the settings.
       - When upgrading, you must move any current settings to the ./dev-tools directory relative to the repository root directory.
       - Remember to update any path-related settings.
  2. #26 - Changed the name of the environment setting to the name releaseType.

Preview Release - v1.0.0-preview.2

21 Jun 07:56
Compare
Choose a tag to compare
Pre-release

kd-admin Preview Release Notes - v1.0.0-preview.2

Quick Reminder

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

New Features ✨

  1. #16 - Added version update support. The JSON and C# csproj will not have their version updated.

Enhancements ✨

  1. #19 - Created install script.
  2. #24 - Created update script.

🚀Preview Release - v1.0.0-preview.1

19 Jun 11:55
Compare
Choose a tag to compare
Pre-release

kd-admin Preview Release Notes - v1.0.0-preview.1

Quick Reminder

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

Initial Preview Release!!