Update PackageReleaseProcedure authored by Erik von Reis's avatar Erik von Reis
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
1. Make sure new version is released in debian/changelog 1. Make sure new version is released in debian/changelog
```dch -r buster``` ```dch -r buster```
1. Commit. 1. Commit.
1. Tag commit with version number. If there is a '~', change that to an '_' 1. Tag commit with version number. If there is a '~', change that to an '_'. Omit any debian package number, usually a dash followed by a number.
1. Push back to cds. 1. Push back to cds.
1. Push tags back to cds. 1. Push tags back to cds.
1. (optional) go start build in jenkins: Debian10/advLigoRTS 1. (optional) go start build in jenkins: Debian10/advLigoRTS
... ...
......