-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): trigger a release based with changie updates (#79)
Approval will trigger update. Co-authored-by: github-actions <[email protected]>
- Loading branch information
1 parent
7423b24
commit 9efbe98
Showing
7 changed files
with
23 additions
and
20 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,11 @@ | ||
## v2.2.0 - 2025-01-23 | ||
|
||
- _ci-and-build_: Migrate to latest changie config, which should eliminate problems with go mod. | ||
Go modules seem to have issue in vendored supporting files having emoji in the file name. | ||
This will no longer occur with latest config. | ||
- _ci-and-build_: Add goreleaser config for releasing library, eliminating the need to chain multiple commands together. | ||
Now, push an updated changelog file by using the changie-trigger-release, merge that PR, and and the release workflow will release and tag. | ||
- _ci-and-build_: Remove vendor directory to support go work usage, which isolates the mage/build automation from the SBOM generation for the library. | ||
- _new-product-feature_: added simple caching for access tokens | ||
- _new-product-feature_: Add Azure authentication | ||
- _dependencies_: Maintenance release due to updated dependencies. |
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