This is an automated email from the ASF dual-hosted git repository.
honahx pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
The following commit(s) were added to refs/heads/main by this push:
new e581b402 Github: Add 0.6.1 to issue template (#841)
e581b402 is described below
commit e581b402159564a3b7af1c4328f1c469cefcc8da
Author: Fokko Driesprong <[email protected]>
AuthorDate: Mon Jun 24 07:20:31 2024 +0200
Github: Add 0.6.1 to issue template (#841)
* Github: Add 0.6.1 to issue template
* Add to docs as a release step
---
.github/ISSUE_TEMPLATE/iceberg_bug_report.yml | 3 ++-
mkdocs/docs/how-to-release.md | 4 ++++
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml
b/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml
index f907f681..c1e94674 100644
--- a/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml
@@ -9,7 +9,8 @@ body:
description: What Apache Iceberg version are you using?
multiple: false
options:
- - "0.6.0 (latest release)"
+ - "0.6.1 (latest release)"
+ - "0.6.0"
- "0.5.0"
- "0.4.0"
- "0.3.0"
diff --git a/mkdocs/docs/how-to-release.md b/mkdocs/docs/how-to-release.md
index 2ecb6356..429af5a3 100644
--- a/mkdocs/docs/how-to-release.md
+++ b/mkdocs/docs/how-to-release.md
@@ -214,3 +214,7 @@ Thanks to everyone for contributing!
## Release the docs
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.
+
+## Update the Github template
+
+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.