Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hatton committed Jun 10, 2024
1 parent ebc62b6 commit b4a74bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@
"cSpell.words": [
"Dropzone",
"ELAR",
"electron",
"Heole",
"Huli",
"Paradisec",
"Pardesic",
"lameta",
"lingmetax",
"omitexport",
"Paradisec",
"Pardesic",
"playwright",
"scripthost"
],
"cSpell.diagnosticLevel": "Hint",
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,10 @@ then you need to do `yarn lingui-compile`.
The current process, which I don't love, is this:

1. Change the version in `package.json`
2. Commit, push. A github action will build installers for Mac and Windows and create an unpublished "Release" on github.
3. Find that release, type in the description, and publish it.
2. Commit.
3. Add a tag matching that number, e.g. v2.3.4-beta
4. push the commit and tag. The GitHub Action in main.yml will run if you are on one of the branches listed there. It will build installers for Mac and Windows, get Apple to notarize the mac version, and create an unpublished "Release" on github. We do not currently have a way of "signing" the Windows version.
5. Find that release, type in the description, and publish it.

## License

Expand Down

0 comments on commit b4a74bf

Please sign in to comment.