diff --git a/desktop/.github/workflows/desktop-release.yml b/desktop/.github/workflows/desktop-release.yml index fc1464cd9..7fd96c7d9 100644 --- a/desktop/.github/workflows/desktop-release.yml +++ b/desktop/.github/workflows/desktop-release.yml @@ -32,9 +32,7 @@ jobs: strategy: matrix: - os: [macos-latest] - # Commented for testing - # os: [macos-latest, ubuntu-latest, windows-latest] + os: [macos-latest, ubuntu-latest, windows-latest] steps: - name: Checkout code diff --git a/desktop/docs/release.md b/desktop/docs/release.md index da807b572..b55c96326 100644 --- a/desktop/docs/release.md +++ b/desktop/docs/release.md @@ -23,10 +23,10 @@ The workflow is: - Update the CHANGELOG. - Update the version in `package.json` - - `git commit -m 'Release v1.x.x'` + - `git commit -m "[photosd] Release v1.2.3"` - Open PR, merge into main. -2. Tag this commit with a tag matching the pattern `photosd-v1.2.3`, where +2. Tag the merge commit with a tag matching the pattern `photosd-v1.2.3`, where `1.2.3` is the version in `package.json` ```sh