Skip to content

Commit 8b9dc94

Browse files
Fix release notes to include all contributions (#422)
* Adding a catch-all category for generating automatically all contributions in the release notes * Add missing contributions to CHANGELOG.md
1 parent c6a2820 commit 8b9dc94

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
changelog:
88
categories:
9+
- title: Contributions
10+
labels:
11+
- '*'
912
- title: Version Bumps
1013
labels:
1114
- dependencies

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Bump the go-dependencies group with 10 updates (#419)
1212
<!-- Release notes generated using configuration in .github/release.yml at v0.2.12 -->
1313

1414
## What's Changed
15+
### Contributions
16+
* Bump leaselocker to v0.3.0 and switch to `ll.UnlockWithRetry()` by @jstudler in https://github.com/netbox-community/netbox-operator/pull/417
17+
1518
### Version Bumps
1619
* Bump the go-dependencies group with 10 updates by @dependabot[bot] in https://github.com/netbox-community/netbox-operator/pull/419
1720

@@ -29,6 +32,11 @@ Bump golang from 1.24.6 to 1.25.0 in the docker group (#412)
2932
<!-- Release notes generated using configuration in .github/release.yml at v0.2.11 -->
3033

3134
## What's Changed
35+
### Contributions
36+
* put skip ci message at beginning of commit message for clarity/consistency by @jstudler in https://github.com/netbox-community/netbox-operator/pull/409
37+
* Dependabot Updates by @jstudler in https://github.com/netbox-community/netbox-operator/pull/411
38+
* Remove self-approval step from release workflow as it's not allowed in gh by @jstudler in https://github.com/netbox-community/netbox-operator/pull/410
39+
3240
### Version Bumps
3341
* Bump the go-dependencies group with 9 updates by @dependabot[bot] in https://github.com/netbox-community/netbox-operator/pull/414
3442
* Bump actions/checkout from 4 to 5 in the github-actions group by @dependabot[bot] in https://github.com/netbox-community/netbox-operator/pull/413

0 commit comments

Comments
 (0)