Skip to content

Commit c65626f

Browse files
committed
Improve copypastability
1 parent d8f6e5d commit c65626f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

new_release_howto.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ on the account `domjudge@vm-domjudge`):
88
branch).
99
1. Create a release version `$TAG` in Git with `$TAG` the version number
1010
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
1212
See `git tag --help` for more details on how to tag with(out) a
1313
GPG signature.
1414
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.
1919

2020
The tarball is placed in the current dir; check that it looks correct,
2121
test e.g. by unpacking it and running

0 commit comments

Comments
 (0)