Skip to content

Commit

Permalink
release: improve release notes for version v1.0.0-preview.11
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinWilkinson committed May 15, 2024
1 parent b885377 commit d612ffe
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions ReleaseNotes/PreviewReleases/Release-Notes-v1.0.0-preview.11.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,17 @@ As with all software, there is always a chance for issues and bugs, especially f

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

1. [#65](https://github.com/KinsonDigital/kd_clients/issues/65) - Add new funcs to release client
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) - Add new funcs to release client
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) - Update code check steps
1. [#63](https://github.com/KinsonDigital/kd_clients/issues/63) - Improved release process.

0 comments on commit d612ffe

Please sign in to comment.