You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 5.13.0
* build: prepare `v5.13.0` release
Signed-off-by: Adam Setch <adam.setch@outlook.com>
* build: prepare `v5.13.0` release
Signed-off-by: Adam Setch <adam.setch@outlook.com>
* build: drop snap support - was never working
Signed-off-by: Adam Setch <adam.setch@outlook.com>
---------
Signed-off-by: Adam Setch <adam.setch@outlook.com>
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -57,16 +57,18 @@ The release process is automated. Follow the steps below.
57
57
1. Verify that all features you want targeted in the release have been merged to `main`.
58
58
2. Check the [Renovate Dependency Dashboard][github-dependency-dashboard] to see if there are any updates you want included.
59
59
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
60
-
4. Create a branch that starts with `release/vX.X.X` (ie. `release/v1.2.3`).
61
-
5. In the same branch, **bump the version** of the app by running `pnpm version <new-version-number`. Commit these changes and open a PR. A GitHub Actions workflow will build, sign and upload the release assets for each commit to that branch as long as a branch is named like `release/vX.X.X` and there is a draft release with the same version number(`package.json`).
62
-
6. Merge your release branch into `main`.
63
-
7. Publish the release once you've finalized the release notes and confirmed all assets are there.
64
-
8. Edit current [Milestone][github-milestones] to have:
60
+
4. Create a branch that starts with `release/vX.X.X` (ie. `release/v1.2.3`). In this branch you need to:
61
+
* Run `pnpm version <new-version-number` to **bump the version** of the app .
62
+
* Update `./github/ISSUE_TEMPLATE/bug_report.yml` to have the new app version.
63
+
* Commit these changes and open a PR. A GitHub Actions workflow will build, sign and upload the release assets for each commit to that branch as long as a branch is named like `release/vX.X.X` and there is a draft release with the same version number(`package.json`).
64
+
5. Merge your release branch into `main`.
65
+
6. Publish the release once you've finalized the release notes and confirmed all assets are there.
66
+
7. Edit current [Milestone][github-milestones] to have:
65
67
* description: link to the release notes
66
68
* due date: date of release
67
69
* close milestone
68
-
9. Create a [New Milestone][github-new-milestone] for upcoming release.
69
-
10. A new homebrew cask will be [automatically published][homebrew-cask-autobump-workflow] (workflow runs ~3 hours)
70
+
8. Create a [New Milestone][github-new-milestone] for upcoming release.
71
+
9. A new homebrew cask will be [automatically published][homebrew-cask-autobump-workflow] (workflow runs ~3 hours)
0 commit comments