Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-polk committed Sep 29, 2023
1 parent ec04555 commit b357626
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ yarn dev

## Releasing

1. Change the version in `package.json`
1. Commit, push. A github action will build an installer Windows and create an unpublished "Release" on github.
1. Go to https://github.com/BloomBooks/bloompub-viewer/releases/, edit that draft, and publish it.
1. Change the version in `package.json`.
1. Commit, push.
- A Github Action will build an installer for Windows and create an unpublished "Release" on Github.
1. Edit the draft release at https://github.com/BloomBooks/bloompub-viewer/releases/ and publish it.
1. Run the build at https://build.palaso.org/buildConfiguration/Bloom_SignBloomPUBInstaller to download and sign the installer.
1. Download the signed installer from TeamCity and upload it to the release on Github, replacing the existing installer.
- Unfortunately, the way TeamCity downloads the installer, it gets the latest published, non-draft, non-prerelease version. So there is a small window of time where we have published the release but not yet updated it with a signed installer. There may be some way to improve this.
1. Users will be notified of the new version via toast on the next run.

0 comments on commit b357626

Please sign in to comment.