-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* build: do CFA releases * chore: prepare for package and repo rename * build: always pull x64 darwin build * downgrade --------- Co-authored-by: Samuel Attard <[email protected]> Co-authored-by: Samuel Attard <[email protected]>
- Loading branch information
1 parent
b21ea52
commit 4e3ab8a
Showing
21 changed files
with
1,814 additions
and
171 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
version: 2.1 | ||
|
||
orbs: | ||
node: electronjs/[email protected] | ||
cfa: continuousauth/[email protected] | ||
node: electronjs/[email protected] | ||
|
||
jobs: | ||
test: | ||
|
@@ -21,6 +22,7 @@ jobs: | |
- node/test: | ||
post-node-js-install-steps: | ||
- run: test/ci/before_install.sh | ||
override-ci-command: yarn install --frozen-lockfile --ignore-engines | ||
test-steps: | ||
- restore_cache: | ||
name: Restoring Electron cache | ||
|
@@ -63,4 +65,11 @@ workflows: | |
- 16.4.0 | ||
filters: | ||
branches: { ignore: gh-pages } | ||
|
||
- cfa/release: | ||
requires: | ||
- test | ||
filters: | ||
branches: | ||
only: | ||
- main | ||
context: cfa-release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"plugins": [ | ||
"@semantic-release/commit-analyzer", | ||
"@semantic-release/release-notes-generator", | ||
"@continuous-auth/semantic-release-npm", | ||
"@semantic-release/github" | ||
], | ||
"branches": ["main"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.