diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index dec286e3b..c9dfae92b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -38,6 +38,7 @@ body: label: Gitify Version description: What version of Gitify are you using? options: + - 5.13.0 - 5.12.1 - 5.12.0 - 5.11.0 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b2f7a05b1..a3a7f0c4e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,16 +57,18 @@ The release process is automated. Follow the steps below. 1. Verify that all features you want targeted in the release have been merged to `main`. 2. Check the [Renovate Dependency Dashboard][github-dependency-dashboard] to see if there are any updates you want included. 3. Create a [new **draft** release][github-new-release]. Set the tag version to something with the format of `v1.2.3`. Save as a **draft** before moving to the next step -4. Create a branch that starts with `release/vX.X.X` (ie. `release/v1.2.3`). -5. In the same branch, **bump the version** of the app by running `pnpm version