RELEASE.md: Add instructions how to prepare releases for Windows

This commit is contained in:
Julian Brost 2020-10-13 17:39:25 +02:00
parent 4308979018
commit bc7f1320e6
1 changed files with 10 additions and 0 deletions

View File

@ -178,6 +178,16 @@ icinga2 (2.11.0-1) icinga; urgency=medium
```
#### Windows Release Preparations
Update the file `.gitlab-ci.yml`:
```
sed -i "s/^ UPSTREAM_GIT_BRANCH: .*/ UPSTREAM_GIT_BRANCH: v$VERSION/g" .gitlab-ci.yml
sed -i "s/^ ICINGA_FORCE_VERSION: .*/ ICINGA_FORCE_VERSION: v$VERSION/g" .gitlab-ci.yml
```
### Release Commit
Commit the changes and push the branch.