Commit 29feee0 1 parent f00b267 commit 29feee0 Copy full SHA for 29feee0
File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,18 @@ name: Prepare release
3
3
about : Checklist for new releases
4
4
title : Prepare release x.y.z
5
5
labels : ' '
6
+ type : Release
7
+ projects : ["maykinmedia/15"]
6
8
---
7
9
8
10
- [ ] Resolve release blockers
9
11
- [ ] ...
12
+ - [ ] Upgrade ` open-api-framework ` to latest version
13
+ - [ ] Check security tab and upgrade packages to fix vulnerabilities
10
14
- [ ] Check translations
11
- - [ ] Backend
12
- - [ ] Frontend
13
- - [ ] Bump API version number
15
+ - [ ] Bump API version number (if applicable)
14
16
- [ ] Version bump
15
17
- [ ] Regenerate API spec
16
18
- [ ] Update READMEs with release dates + links
17
- - [ ] Bump version number (including package-lock.json)
19
+ - [ ] Bump version number with ` bin/bump-my-version.sh bump <major|minor|patch> `
18
20
- [ ] Update changelog
You can’t perform that action at this time.
0 commit comments