We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b01b23 commit ffe8a10Copy full SHA for ffe8a10
new_release_howto.txt
@@ -3,9 +3,7 @@ The following steps should be taken (local directories refer to those
3
on the account `domjudge@vm-domjudge`):
4
5
1. Test everything. (duh...)
6
- 1. Commit the correct version number in the `ChangeLog` and `README` files,
7
- set `DEBUG=0` in `etc/common-config.php` (if releasing from the `master`
8
- branch).
+ 1. Commit the correct version number in the `ChangeLog` and `README` files.
9
1. Create a release version `$TAG` in Git with `$TAG` the version number
10
x.y.z:
11
git tag -s -m "Tag release version $TAG." $TAG
0 commit comments