From 48169a7a97f95a13305b0c8a0365a00acf144b73 Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Thu, 20 Jun 2024 20:49:05 +0200 Subject: [PATCH 1/2] Github: Add 0.6.1 to issue template --- .github/ISSUE_TEMPLATE/iceberg_bug_report.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml b/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml index f907f681b1..c1e94674f1 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" From 47d6fa0cbc1cb0b0830dc5b22478d8ccd634dfc1 Mon Sep 17 00:00:00 2001 From: Fokko Date: Fri, 21 Jun 2024 13:07:22 +0200 Subject: [PATCH 2/2] Add to docs as a release step --- mkdocs/docs/how-to-release.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mkdocs/docs/how-to-release.md b/mkdocs/docs/how-to-release.md index 2ecb635610..429af5a3b8 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.