Skip to content

Commit 47f2061

Browse files
BarcoMasileMarco Basile
and
Marco Basile
authored
Improved release changelog template + added checklist item for linked GH issues (#185)
Co-authored-by: Marco Basile <[email protected]>
1 parent 350d5bb commit 47f2061

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
- [ ] I added tests to new or existing code
2121
- [ ] I removed hardcoded strings and used [`react-i18next`](https://react.i18next.com/) library ([useTranslation hook](https://react.i18next.com/latest/usetranslation-hook) and/or [Trans component](https://react.i18next.com/latest/trans-component)), see an example [here](https://github.com/aws/aws-parallelcluster-ui/commit/a6f1e2aa46b245b5bf7500a04b83195477a5cfa5)
2222
- [ ] I made sure no sensitive info gets logged at any time in the codebase (see [here](https://cheatsheetseries.owasp.org/cheatsheets/Logging_Cheat_Sheet.html)) (e.g. no user info or details, no stacktraces, etc.)
23+
- [ ] I made sure that any [GitHub issue](https://github.com/aws/aws-parallelcluster-ui/issues) solved by this PR is correctly linked
2324
- [ ] I checked that infrastructure/update_infrastructure.sh runs without any error
2425
- [ ] I checked that `npm run build` builds without any error
2526
- [ ] I checked that clusters are listed correctly

.github/release.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,26 @@ changelog:
99
- wontfix
1010

1111
categories:
12-
- title: Features 🎉
12+
- title: Features
1313
labels:
1414
- release:feature
1515

16-
- title: Changes 🏇
16+
- title: Changes
1717
labels:
1818
- release:improvement
1919

20-
- title: Bugfixes 🐛
20+
- title: Bugfixes
2121
labels:
2222
- release:bugfix
2323

24-
- title: Deprecated ☢️
24+
- title: Deprecated
2525
labels:
2626
- release:deprecated
2727

28-
- title: Breaking Changes ☢️
28+
- title: Breaking Changes
2929
labels:
3030
- release:breaking-change
31+
32+
- title: Known issues
33+
labels:
34+
- bug

0 commit comments

Comments
 (0)