-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🚀Preview Release (v1.0.0-preview.11) (#68)
* start work for preview release * release: updated version to v1.0.0-preview.11 * release: create release notes for version v1.0.0-preview.11 * release: improve release notes for version v1.0.0-preview.11
- Loading branch information
1 parent
25a9479
commit cbd90be
Showing
2 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
ReleaseNotes/PreviewReleases/Release-Notes-v1.0.0-preview.11.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<h1 align="center" style="color: mediumseagreen;font-weight: bold;"> | ||
kd_clients Preview Release Notes - v1.0.0-preview.11 | ||
</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, which is why your input is greatly appreciated. 🙏🏼 | ||
</div> | ||
|
||
<h2 align="center" style="font-weight: bold;">New Features ✨</h2> | ||
|
||
1. [#65](https://github.com/KinsonDigital/kd_clients/issues/65) - Added the following functions to the `ReleaseClient`: | ||
- Added the function named `assetExists` to check if a single release asset exists. | ||
- Added the function named `deleteAsset` to delete a single asset from a release. | ||
- Added the function named `uploadAsset` to upload a single asset to a release. | ||
|
||
<h2 align="center" style="font-weight: bold;">Breaking Changes 🧨</h2> | ||
|
||
1. [#65](https://github.com/KinsonDigital/kd_clients/issues/65) - Introduced the following breaking changes: | ||
- Changed the parameter type for the `uploadAssetsByReleaseName` function `filePaths` from `string | string[]` to `string[]`. | ||
- Changed the parameter type for the `uploadAssetsByReleaseTag` function `filePaths` from `string | string[]` to `string[]`. | ||
|
||
<h2 align="center" style="font-weight: bold;">Other 🪧</h2> | ||
|
||
1. [#63](https://github.com/KinsonDigital/kd_clients/issues/63) - Improved release process. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters