Skip to content

Commit e581b40

Browse files
authored
Github: Add 0.6.1 to issue template (#841)
* Github: Add 0.6.1 to issue template * Add to docs as a release step
1 parent b8c5bb7 commit e581b40

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/ISSUE_TEMPLATE/iceberg_bug_report.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ body:
99
description: What Apache Iceberg version are you using?
1010
multiple: false
1111
options:
12-
- "0.6.0 (latest release)"
12+
- "0.6.1 (latest release)"
13+
- "0.6.0"
1314
- "0.5.0"
1415
- "0.4.0"
1516
- "0.3.0"

mkdocs/docs/how-to-release.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,3 +214,7 @@ Thanks to everyone for contributing!
214214
## Release the docs
215215

216216
A committer triggers the [`Python Docs` Github Actions](https://github.com/apache/iceberg-python/actions/workflows/python-ci-docs.yml) through the UI by selecting the branch that just has been released. This will publish the new docs.
217+
218+
## Update the Github template
219+
220+
Make sure to create a PR to update the [GitHub issues template](https://github.com/apache/iceberg-python/blob/main/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml) with the latest version.

0 commit comments

Comments
 (0)