Skip to content

Commit c3a28bd

Browse files
authored
build: prepare v5.13.0 release (#1476)
* 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>
1 parent b781610 commit c3a28bd

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ body:
3838
label: Gitify Version
3939
description: What version of Gitify are you using?
4040
options:
41+
- 5.13.0
4142
- 5.12.1
4243
- 5.12.0
4344
- 5.11.0

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- 'release/v**'
87
pull_request:
98
branches:
109
- main

CONTRIBUTING.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,18 @@ The release process is automated. Follow the steps below.
5757
1. Verify that all features you want targeted in the release have been merged to `main`.
5858
2. Check the [Renovate Dependency Dashboard][github-dependency-dashboard] to see if there are any updates you want included.
5959
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:
6567
* description: link to the release notes
6668
* due date: date of release
6769
* 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)
7072

7173
### Project Philosophy
7274

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitify",
3-
"version": "5.12.1",
3+
"version": "5.13.0",
44
"description": "GitHub Notifications on your menu bar.",
55
"main": "src/electron/main.js",
66
"scripts": {
@@ -93,7 +93,7 @@
9393
"oneClick": false
9494
},
9595
"linux": {
96-
"target": ["AppImage", "deb", "rpm", "snap"],
96+
"target": ["AppImage", "deb", "rpm"],
9797
"category": "Development",
9898
"maintainer": "Emmanouil Konstantinidis"
9999
},

0 commit comments

Comments
 (0)