File tree 1 file changed +2
-1
lines changed 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ The steps for creating a `vX.Y.Z-rel` branch are:
199
199
200
200
1 . Update ` EDITORS.md ` on ` main `
201
201
2 . Merge ` main ` into ` dev ` and ` dev ` into ` vX.Y-dev ` via PRs
202
- - Sync PRs are automatically created by workflows ` sync-main-to-dev ` and ` sync-dev-to-vX.Y-dev `
202
+ - sync PRs are automatically created by workflows ` sync-main-to-dev ` and ` sync-dev-to-vX.Y-dev `
203
203
3 . Prepare spec files in ` vX.Y-dev `
204
204
- ` npm run format-markdown `
205
205
- ` npm run build-src `
@@ -211,6 +211,7 @@ The steps for creating a `vX.Y.Z-rel` branch are:
211
211
- copy ` EDITORS.md ` to ` versions/X.Y.Z-editors.md `
212
212
- delete ` src/schemas `
213
213
- delete ` tests/schema `
214
+ - bash script ` scripts/adjust-release-branch.sh ` performs these steps
214
215
5 . Merge ` vX.Y.Z-rel ` into ` main ` via PR
215
216
- this PR should only add files ` versions/X.Y.Z.md ` and ` versions/X.Y.Z-editors.md `
216
217
You can’t perform that action at this time.
0 commit comments