Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down