This commit is contained in:
Manav Rathi 2024-05-02 20:22:40 +05:30
parent fecfb4a8b7
commit 2f2d15c9f2
No known key found for this signature in database

View file

@ -21,11 +21,10 @@ The workflow is:
1. Finalize the changes in the source repo.
- Update the CHANGELOG.
- Update the version in `package.json`
- `git commit -m 'Release v1.x.x'`
- Open PR, merge into main.
- Update the CHANGELOG.
- Update the version in `package.json`
- `git commit -m 'Release v1.x.x'`
- Open PR, merge into main.
2. Tag this commit with a tag matching the pattern `photosd-v1.2.3`, where
`1.2.3` is the version in `package.json`