Skip to content

Commit 01e5c55

Browse files
authored
docs: update release instructions
1 parent ba56e09 commit 01e5c55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ The release process is automated. Follow the steps below.
3939
1. Create a [new **draft** release](https://github.com/gitify-app/gitify/releases/new). Set the tag version to something with the format of `v1.2.3`. Save as a **draft**.
4040
2. Once everything is merged to `main`, create a branch that starts with `release/vX.X.X` (ie. `release/v1.2.3`).
4141
3. In the same branch, **bump the version** of the app in the `package.json` file and open a PR. GitHub Actions 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`).
42-
5. Merge your release branch into `main`.
43-
6. Publish the release once you've finalized the release notes and confirmed all assets are there.
44-
7. Raise and merge a pull request in [gitify-app/website](https://github.com/gitify-app/website) using the automatically created branch (ie: `bump/v1.2.3`)
42+
4. Merge your release branch into `main`.
43+
5. Publish the release once you've finalized the release notes and confirmed all assets are there.
44+
6. Raise and merge a pull request in [gitify-app/website](https://github.com/gitify-app/website) using the automatically created branch (ie: `bump/v1.2.3`)
4545

4646
### Tests
4747

0 commit comments

Comments
 (0)