From 8d10f7c188f7ed9bf21b2cc6e122e870291aa9d9 Mon Sep 17 00:00:00 2001 From: Fernando Rios Date: Thu, 2 Oct 2025 11:25:48 -0400 Subject: [PATCH 1/2] Update release.yml --- .github/ISSUE_TEMPLATE/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/release.yml b/.github/ISSUE_TEMPLATE/release.yml index d435e93..475578c 100644 --- a/.github/ISSUE_TEMPLATE/release.yml +++ b/.github/ISSUE_TEMPLATE/release.yml @@ -21,5 +21,5 @@ body: options: - label: Check that the title of this issue reflects the new version number. - label: Create a new branch by clicking on `create branch` on the right-hand sidebar (as shown in the [GitHub docs](https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue)). Leave all options as default. - - label: In the new branch, update the version in [`Code.gs`](../blob/main/gsheet_webapp/Code.gs) and [`version.py`](../blob/main/packages/redata_reports/run/version.py) as needed. The overall version of the release may diverge from the versions in the two files (e.g., release version 2.0.0 may correspond to v1.1. of the WebApp and v2.0 of the reports code. Commit the changes. + - label: In the new branch, update the version in [`Code.gs`](../blob/main/gsheet_webapp/Code.gs), [`version.py`](../blob/main/packages/redata_reports/run/version.py), and [`version.py`](../blob/main/packages/trello_reports/run/version.py) as needed. The overall version of the release may diverge from the versions in the two files (e.g., release version 2.0.0 may correspond to v1.1. of the WebApp and v2.0 of the reports code). Commit the changes. - label: Create a [new PR](../pulls). Ensure the base branch is `main` and the comparison branch is the new branch. Use the "Release" PR template. From 6f3bc70b2a1ba204d6e9bd36a0f50615231956a6 Mon Sep 17 00:00:00 2001 From: Fernando Rios Date: Thu, 2 Oct 2025 11:57:33 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83aa27a..63202b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v2.0.0 +* Feat: Add reports for stats from Trello (Issue #19) by @zoidy in https://github.com/UAL-RE/ReDATA-reports/pull/20 + ## v1.1.2 * Fix: double counting of storage used in Items Report dashboard (Issue #15) by @zoidy in https://github.com/UAL-RE/ReDATA-reports/pull/16