Run everywhere

This commit is contained in:
Manav Rathi 2024-05-03 14:38:56 +05:30
parent 3fafc5fd99
commit ea812561c6
No known key found for this signature in database
2 changed files with 3 additions and 5 deletions

View file

@ -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

View file

@ -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