Skip to content

Commit aea8763

Browse files
committed
ci(changelog): ✅ golden-test hub-manager on a real tag range
1 parent 70c85fa commit aea8763

3 files changed

Lines changed: 12 additions & 9 deletions

File tree

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
- no changes
1+
# [hub-manager_v1.0.0](https://github.com/traefik/traefik-helm-chart/compare/hub-manager_v1.0.0-rc.1...hub-manager_v1.0.0) (2026-07-30)
2+
3+
## :package: Others
4+
5+
- docs(hub-manager): 📚 rewrite EXAMPLES into a README install guide #1948 by @darkweaver87
6+
7+

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210

211211
- name: Render changelog configuration
212212
env:
213-
REGEXP: '\\((hub-manager-.+)\\)'
213+
REGEXP: '\\((hub-manager.*)\\)'
214214
run: ./hack/render-changelog-config.sh hub-manager
215215
if: steps.tag_exists.outputs.TAG_EXISTS == 'false'
216216

.github/workflows/test-changelog.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,16 @@ jobs:
7272

7373
- name: Render hub-manager changelog configuration
7474
env:
75-
REGEXP: '\\((hub-manager-.+)\\)'
76-
DATE: '2025-01-13'
75+
REGEXP: '\\((hub-manager.*)\\)'
76+
DATE: '2026-07-30'
7777
run: ./hack/render-changelog-config.sh hub-manager
7878

79-
# TODO: hub-manager has no released tag yet, so this range is empty and the
80-
# fixture is a placeholder. Once two hub-manager tags exist, set a real range
81-
# and regenerate .github/fixtures/changelog-hub-manager.md.
8279
- name: Build Changelog
8380
id: changelog
8481
uses: mikepenz/release-changelog-builder-action@cb021f9b36a51a7c6f18e4679b6fa2cb77a1260c # v6.3.0
8582
with:
86-
fromTag: hub-manager_1.0.0-rc
87-
toTag: hub-manager_1.0.0-rc
83+
fromTag: hub-manager_v1.0.0-rc.1
84+
toTag: hub-manager_v1.0.0
8885
configuration: "/tmp/changelog.json"
8986
fetchViaCommits: true
9087
env:

0 commit comments

Comments
 (0)