File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ on the account `domjudge@vm-domjudge`):
8
8
branch).
9
9
1. Create a release version `$TAG` in Git with `$TAG` the version number
10
10
x.y.z:
11
- git tag [-a|-s|-u <GPG-key-ID>] -m "Tag release version $TAG." $TAG
11
+ git tag -s -m "Tag release version $TAG." $TAG
12
12
See `git tag --help` for more details on how to tag with(out) a
13
13
GPG signature.
14
14
1. Create the release tarball by running
15
- make_release.sh $TAG [<git-repo-url>]
16
- The `< git-repo-url>` defaults to `https://github.com/DOMjudge/domjudge.git`
17
- but can be pointed to your local repository, before committing to the
18
- central repository.
15
+ make_release.sh $TAG
16
+ Optionally add a git-repo-url as second parameter ( defaults to
17
+ `https://github.com/DOMjudge/domjudge.git`) to point it to your local
18
+ repository, before committing to the central repository.
19
19
20
20
The tarball is placed in the current dir; check that it looks correct,
21
21
test e.g. by unpacking it and running
You can’t perform that action at this time.
0 commit comments