Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit ea1086b

Browse files
committed
bump to version 0.0.3
1 parent 818cf4e commit ea1086b

File tree

6 files changed

+21
-4
lines changed

6 files changed

+21
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
5454
mac_certs: ${{ secrets.mac_certs }}
5555
mac_certs_password: ${{ secrets.mac_certs_password }}
56+
windows_certs: ${{ secrets.windows_certs }}
57+
windows_certs_password: ${{ secrets.windows_certs_password }}
5658
env:
5759
# macOS notarization API key
5860
# API_KEY_ID: ${{ secrets.api_key_id }}

DEVELOPMENT.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,18 @@ The github action will then release a draft release with the binaries.
1313

1414
- `git tag -d vX.Y.Z`
1515
- `git push origin :vX.Y.Z`
16+
17+
## Mac OS certificates
18+
19+
Follow instructions in this [blog post](https://samuelmeuli.com/blog/2019-04-07-packaging-and-publishing-an-electron-app/#code-signing)
20+
to generate the certificates and the [instructions for the github action](https://github.com/samuelmeuli/action-electron-builder#code-signing)
21+
we are using to export the certificates.
22+
23+
To set up the `APPLE_ID` and `APPLE_ID_PASS` variables:
24+
25+
- `APPLE_ID` is your Apple account
26+
- `APPLE_ID_PASS` is a password generated on the [Apple ID page](https://appleid.apple.com/account/manage) in App-Specific Passwords
27+
28+
## Contact
29+
30+
If you have any question, please ask on our [Slack channel](https://join.slack.com/t/codigahq/shared_invite/zt-9hvmfwie-9BUVFwZDwvpIGlkHv2mzYQ)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"coding-assistant",
77
"codiga"
88
],
9-
"version": "0.0.2",
9+
"version": "0.0.3",
1010
"homepage": "https://www.codiga.io/",
1111
"bugs": {
1212
"url": "https://github.com/codiga/electron-app/issues"

release/app/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codiga",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Codiga Code Snippets Manager",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)