Skip to content

Commit 4f4d136

Browse files
committed
docs: small style update to release process
1 parent aafe394 commit 4f4d136

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/release_process.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ Torrust Tracker is published according to this protocol:
1313

1414
- [ ] `develop` is ready for branching for a release.
1515
- [ ] force-push develop to `staging` branch.
16-
- [ ] commit `release: version (semantic version)`, removing the `-develop` suffix.
16+
- [ ] commit `release: version (semantic version)`, that removes the `-develop` suffix.
1717
- [ ] create pull request to merge `staging` into `main` branch.
1818
- [ ] check all status checks succeed for `main` branch.
19-
- [ ] push `main` branch to `releases\v(semantic version)` branch.
20-
- [ ] check all status checks success for `releases\v(semantic version)` branch.
21-
- [ ] create signed `v(semantic version)` tag from `releases\v(semantic version) HEAD`.
19+
- [ ] push `main` branch to `releases/(semantic version)` branch.
20+
- [ ] check all status checks success for `releases/(semantic version)` branch.
21+
- [ ] create signed `v(semantic version)` tag from `releases/(semantic version) HEAD`.
2222
- [ ] create github release from `v(semantic version)` tag.
2323
- [ ] merge the `main` branch back into `develop` branch, assuring that the (semantic version) has the suffix `-develop`.
2424

0 commit comments

Comments
 (0)