Skip to content

Commit

Permalink
Fix the release issue template
Browse files Browse the repository at this point in the history
GitHub complains about the missing about field.

Signed-off-by: Michi Mutsuzaki <[email protected]>
  • Loading branch information
michi-covalent committed Jun 5, 2024
1 parent 18e587e commit 19f37bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: Release a new version of Hubble CLI from main branch
about: A checklist for Hubble CLI release process
title: 'vX.Y.Z release'
---

Expand Down Expand Up @@ -109,4 +110,4 @@ title: 'vX.Y.Z release'
[Releases page]: https://github.com/cilium/hubble/releases
[Cilium Slack #general channel]: https://cilium.slack.com/archives/C1MATJ5U5
[*Releases* section of the `README.md`]: https://github.com/cilium/hubble/blob/main/README.md#releases
[`Create a release` workflow]: https://github.com/cilium/hubble/actions/workflows/release.yml
[`Create a release` workflow]: https://github.com/cilium/hubble/actions/workflows/release.yml

0 comments on commit 19f37bf

Please sign in to comment.