Skip to content

Commit

Permalink
chore(deps): update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 23, 2024
1 parent 7d5c62f commit 9adcca9
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changes/unreleased/🎉 Feature-20240123-135944.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/🎉 Feature-20240123-151347.yaml

This file was deleted.

11 changes: 11 additions & 0 deletions .changes/v0.1.0.md
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.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ 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).

## 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.
## v0.0.46 - 2024-01-18

### 🔨 Refactor
Expand Down Expand Up @@ -38,3 +49,4 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
- Add new template for annotations based on trunk result.
This will eventually run seperately from trunk to allow forks to securely be annotated as well.
At this time it's just a unused template.

7 changes: 7 additions & 0 deletions aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -20,3 +22,8 @@ packages:
- name: cli/[email protected]
tags: ['foo', release]
- name: mikefarah/[email protected]
tags:
- release
- name: miniscruff/[email protected]
tags:
- release

0 comments on commit 9adcca9

Please sign in to comment.