Skip to content

Commit

Permalink
Replace `RELEASE.md' with issue template
Browse files Browse the repository at this point in the history
Apart from the Windows-related notes, all instructions are common to our
releases and therefore do not need to be explicitly listed here. In
addition, most of the information was severely outdated, especially with
respect to how our packaging works.
  • Loading branch information
lippserd committed Jul 11, 2023
1 parent 1df14d6 commit a692a7b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 421 deletions.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: '[INTERNAL] Release'
about: Release a version
title: 'Release Version v$version'
labels: ''
assignees: ''

---

# Release Workflow

- [ ] Check that the `.mailmap` and `AUTHORS` files are up to date
- [ ] Update `ICINGA2_VERSION`
- [ ] Update `CHANGELOG.md`
- [ ] Create and push a signed tag for the version
- [ ] Build and release DEB and RPM packages
- [ ] Update bundled Windows dependencies
- [ ] Build and release Windows packages
- [ ] Create release on GitHub
- [ ] Update public docs
- [ ] Announce release
Loading

0 comments on commit a692a7b

Please sign in to comment.