Skip to content

Commit

Permalink
chore: update release config files
Browse files Browse the repository at this point in the history
[skip ci]

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored and hoverkraft-bot[bot] committed Mar 13, 2024
1 parent 9031cdc commit 9a72358
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/release-config/ci-helm-release-config.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
template: |
# What's Changed
$CHANGES
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...composer-$RESOLVED_VERSION
name-template: "Version helm ct - $RESOLVED_VERSION"
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...ci-helm-$RESOLVED_VERSION
name-template: "Version ci-helm - $RESOLVED_VERSION"
tag-template: "ci-helm-$RESOLVED_VERSION"
tag-prefix: "ci-helm"
tag-prefix: "ci-helm-"
include-paths:
- images/ci-helm/*
- .github/actions/should-build-image/*
Expand Down
12 changes: 12 additions & 0 deletions .github/release-config/mydumper-release-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
template: |
# What's Changed
$CHANGES
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...mydumper-$RESOLVED_VERSION
name-template: "Version mydumper - $RESOLVED_VERSION"
tag-template: "mydumper-$RESOLVED_VERSION"
tag-prefix: "mydumper-"
include-paths:
- images/mydumper/*
- .github/actions/should-build-image/*
- .github/workflows/__shared-ci.yml
- .github/workflows/__shared-get-available-images-matrix.yml

0 comments on commit 9a72358

Please sign in to comment.