Merge pull request #8346 from Icinga/docs/release-packaging-windows

RELEASE.md: Add instructions how to prepare releases for Windows
This commit is contained in:
Alexander Aleksandrovič Klimov 2020-10-13 17:42:13 +02:00 committed by GitHub
commit d8b40e09ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.