-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Jan 23, 2024
1 parent
7d5c62f
commit 9adcca9
Showing
5 changed files
with
30 additions
and
11 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 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 @@ | ||
## v0.1.0 - 2024-01-23 | ||
|
||
### 🎉 Feature | ||
|
||
- New template to simplify maintenance by workflow dispatch adding required changelog entries to create a pull request that bumps the version and runs changie commands to generate a new release. | ||
|
||
This is done to help the development effort to bump a release based on dependency updates without having to clone and run cli tools locally. | ||
- New template to trigger a changie based release from just CI. Will create PR for release to be reviewed and approved. | ||
### ⬆️ 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
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 |
---|---|---|
|
@@ -6,6 +6,8 @@ registries: | |
ref: v4.22.0 # renovate: depName=aquaproj/aqua-registry | ||
packages: | ||
- name: miniscruff/[email protected] | ||
tags: | ||
- release | ||
- name: golang/[email protected] | ||
- name: direnv/[email protected] | ||
- name: magefile/[email protected] | ||
|
@@ -20,3 +22,8 @@ packages: | |
- name: cli/[email protected] | ||
tags: ['foo', release] | ||
- name: mikefarah/[email protected] | ||
tags: | ||
- release | ||
- name: miniscruff/[email protected] | ||
tags: | ||
- release |