diff --git a/desktop/CHANGELOG.md b/desktop/CHANGELOG.md index 1e3c1ba355..2dd484c0cf 100644 --- a/desktop/CHANGELOG.md +++ b/desktop/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## v1.7.2 (Unreleased) + +- . + ## v1.7.1 - Support for passkeys as a second factor authentication mechanism. diff --git a/desktop/docs/release.md b/desktop/docs/release.md index 7f5ebbe427..3eda94b330 100644 --- a/desktop/docs/release.md +++ b/desktop/docs/release.md @@ -53,23 +53,22 @@ This'll trigger the workflow and create a new pre-release. We can edit this to add the release notes, convert it to a release. Once it is marked as latest, the release goes live. -We are done at this point, and can now create a new pre-release to host +We are done at this point, and can now update the other pre-release that hosts subsequent nightly builds. 1. Update `package.json` in the source repo to use version `1.x.x-rc`, and merge these changes into `main`. -2. In the release repo: +2. In the release repo, rename the title of the existing pre-release that + contains nightly builds to "1.x.x-rc`, then: ```sh git tag 1.x.x-rc git push origin 1.x.x-rc ``` -3. Once the workflow finishes and the pre-release is created, edit its - description to "Nightly builds". - -4. Delete the pre-release for the previous (already released) version. +Once the workflow finishes, it'll update the assets attached to the existing +pre-release. ## Workflow - Extra pre-releases diff --git a/desktop/package.json b/desktop/package.json index eb4501bd0e..a84023f769 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -1,6 +1,6 @@ { "name": "ente", - "version": "1.7.1", + "version": "1.7.2-rc", "private": true, "description": "Desktop client for Ente Photos", "repository": "github:ente-io/photos-desktop",