File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
- # Torrust Tracker Release Process (v2.2.0 )
1
+ # Torrust Tracker Release Process (v2.2.1 )
2
2
3
3
## Version:
4
4
> ** The ` [semantic version] ` is bumped according to releases, new features, and breaking changes.**
@@ -29,6 +29,9 @@ git push torrust
29
29
```
30
30
31
31
### 4. Create and Merge Pull Request from ` staging/main ` into ` main ` branch.
32
+
33
+ Pull request title format: "Release Version ` [semantic version] ` ".
34
+
32
35
This pull request merges the new version into the ` main ` branch.
33
36
34
37
### 5. Push new version from ` main ` HEAD to ` releases/v[semantic version] ` branch:
@@ -70,6 +73,7 @@ git push torrust
70
73
```
71
74
72
75
### 10. Create and Merge Pull Request from ` staging/develop ` into ` develop ` branch.
73
- This pull request merges the new release into the ` develop ` branch and bumps the version number.
74
76
77
+ Pull request title format: "Version ` [semantic version] ` was Released".
75
78
79
+ This pull request merges the new release into the ` develop ` branch and bumps the version number.
You can’t perform that action at this time.
0 commit comments