Skip to content

Commit

Permalink
docs: update release steps
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed Jun 7, 2024
1 parent 10626f7 commit d9b38e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ The release process is automated. Follow the steps below.
4. 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`).
5. Merge your release branch into `main`.
6. Publish the release once you've finalized the release notes and confirmed all assets are there.
7. Merge the open pull request in [gitify-app/website][github-website-pulls] (ie: `bump/v1.2.3`)
8. A new homebrew cask will be automatically published (workflow runs ~3 hours)
7. A new homebrew cask will be automatically published (workflow runs ~3 hours)

### Tests

Expand Down

0 comments on commit d9b38e3

Please sign in to comment.