Releases: KinsonDigital/kd-admin
Preview Release - v1.0.0-preview.6
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 ✨
- #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
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 ✨
- #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 💎
- #44 - Improved the error log message when a file version key with value cannot be found.
- #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 🐛
- #44 - Fixed a bug where when the error logs are incorrect when a GitHub user name is invalid.
Dependency Updates 📦
- #46 - Updated the deno
toText
function to version 0.224.0.
Other 🪧
- #45 - Updated the deno v1.x.x style of permissions to the v1.46.x style of permissions in all workflows.
- #45 - Updated the build status check and release workflows to use the new enhanced
deno check
command release in deno version v1.46.x. - #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
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 💎
- #35 - Improved issue number validation.
- #31 - Added error checking to all JSON parsing.
- #41 - Prefixed generated release note files with
Release-Notes-
.
Bug Fixes 🐛
Preview Release - v1.0.0-preview.3
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 ✨
- #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. - #26 - Improved release note generation settings.
Breaking Changes 🧨
- #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. - #26 - Changed the name of the
environment
setting to the namereleaseType
.
Preview Release - v1.0.0-preview.2
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 ✨
- #16 - Added version update support. The JSON and C# csproj will not have their version updated.
Enhancements ✨
🚀Preview Release - v1.0.0-preview.1
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!!