Skip to content

Commit 8dba592

Browse files
authored
chore: add v0.1.2 in the bug template (#785)
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
1 parent 222db5e commit 8dba592

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.docs/RELEASE.md

+4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ git tag $TAG -m "tag $TAG" -a
3838
git push origin $TAG
3939
```
4040

41+
## Misc
42+
43+
- Add to the drop-down list in the bug template
44+
4145
## Publish GitHub action
4246

4347
Once the release is cut, bump the default version in the GH action [here](https://github.com/kyverno/action-install-chainsaw/blob/main/action.yml).

.github/ISSUE_TEMPLATE/bug.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ body:
1616
options:
1717
- v0.1.0
1818
- v0.1.1
19+
- v0.1.2
1920
validations:
2021
required: true
2122
- type: textarea

0 commit comments

Comments
 (0)