From 6609e2940bcc127540a25e7fd15a122a9d3e9d9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mirko=20W=C3=A4chter?= <mirko.waechter@kit.edu> Date: Tue, 7 Nov 2017 16:03:13 +0000 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fcb38b704..ec2a39194 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -59,5 +59,5 @@ Then proceed with one of the following steps: 2. increase the version number X.Y.Z in the file config.cmake 3. commit the changed config.cmake file 4. add a tag with 'git tag -a "vX.Y.Z" -m"vX.Y.Z"' -5. push with 'git push && git push --tags' +5. push with `git push && git push --tags` 6. The H2T jenkins server will automatically build a new simox package \ No newline at end of file -- GitLab