Skip to content

Commit ffe8a10

Browse files
committed
DEBUG no longer needed
1 parent 4b01b23 commit ffe8a10

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

new_release_howto.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ The following steps should be taken (local directories refer to those
33
on the account `domjudge@vm-domjudge`):
44

55
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).
6+
1. Commit the correct version number in the `ChangeLog` and `README` files.
97
1. Create a release version `$TAG` in Git with `$TAG` the version number
108
x.y.z:
119
git tag -s -m "Tag release version $TAG." $TAG

0 commit comments

Comments
 (0)