Skip to content

Commit

Permalink
chore(deps): trigger a release based with changie updates (#79)
Browse files Browse the repository at this point in the history
Approval will trigger update.

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Jan 23, 2025
1 parent 7423b24 commit 9efbe98
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 20 deletions.
6 changes: 0 additions & 6 deletions .changes/unreleased/ci-and-build-20250122-155754.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/ci-and-build-20250122-155851.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ci-and-build-20250122-165441.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/new-product-feature-20241111-101938.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/new-product-feature-20250113-211639.yaml

This file was deleted.

11 changes: 11 additions & 0 deletions .changes/v2.2.0.md
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.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).

## 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.

## v2.1.2 - 2024-01-25

### ⬆️ Dependencies
Expand Down

0 comments on commit 9efbe98

Please sign in to comment.