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 ea01622
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`
- [ ] Update bundled Windows dependencies
- [ ] Create and push a signed tag for the version
- [ ] Build and release DEB and RPM packages
- [ ] Build and release Windows packages
- [ ] Create release on GitHub
- [ ] Update public docs
- [ ] Announce release
Loading

0 comments on commit ea01622

Please sign in to comment.