forked from electron/rebuild
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: move from electron-rebuild to @electron/rebuild
- Loading branch information
1 parent
6f94aaa
commit d67ab4e
Showing
6 changed files
with
908 additions
and
3,946 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 |
---|---|---|
|
@@ -74,7 +74,9 @@ jobs: | |
- checkout | ||
- *step-restore-cache | ||
- run: yarn install --frozen-lockfile | ||
- run: npx semantic-release | ||
- run: npx @continuous-auth/[email protected] | ||
- run: npx [email protected] | ||
|
||
workflows: | ||
version: 2 | ||
test_and_release: | ||
|
@@ -95,4 +97,5 @@ workflows: | |
filters: | ||
branches: | ||
only: | ||
- master | ||
- 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
# Contributing to electron-rebuild | ||
# Contributing to @electron/rebuild | ||
|
||
:+1::tada: First off, thanks for taking the time to contribute! :tada::+1: | ||
|
||
This project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDUCT.md). | ||
By participating, you are expected to uphold this code. Please report unacceptable | ||
behavior to [email protected]. | ||
|
||
The following is a set of guidelines for contributing to electron-rebuild. | ||
The following is a set of guidelines for contributing to @electron/rebuild. | ||
These are just guidelines, not rules, use your best judgment and feel free to | ||
propose changes to this document in a pull request. | ||
|
||
## Submitting Issues | ||
|
||
* You can create an issue [here](https://github.com/electron/electron-rebuild/issues/new), | ||
* You can create an issue [here](https://github.com/electron/rebuild/issues/new), | ||
but before doing that please read the notes below and include as many details as | ||
possible with your report. If you can, please include: | ||
* The version of electron and electron-rebuild you are using | ||
* The version of electron and @electron/rebuild you are using | ||
* The operating system you are using | ||
* If applicable, what you were doing when the issue arose and what you | ||
expected to happen | ||
* Other things that will help resolve your issue: | ||
* Screenshots and animated GIFs | ||
* Error output that appears in your terminal, dev tools or as an alert | ||
* Perform a [cursory search](https://github.com/electron/electron-rebuild/issues?utf8=✓&q=is%3Aissue+) | ||
* Perform a [cursory search](https://github.com/electron/rebuild/issues?utf8=✓&q=is%3Aissue+) | ||
to see if a similar issue has already been submitted | ||
|
||
## Submitting Pull Requests | ||
|
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,5 +1,5 @@ | ||
{ | ||
"name": "electron-rebuild", | ||
"name": "@electron/rebuild", | ||
"version": "0.0.0-development", | ||
"description": "Electron supporting package to rebuild native node modules against the currently installed electron", | ||
"main": "lib/src/main.js", | ||
|
@@ -23,17 +23,17 @@ | |
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/electron/electron-rebuild" | ||
"url": "https://github.com/electron/rebuild" | ||
}, | ||
"keywords": [ | ||
"electron" | ||
], | ||
"author": "Paul Betts <[email protected]>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/electron/electron-rebuild/issues" | ||
"url": "https://github.com/electron/rebuild/issues" | ||
}, | ||
"homepage": "https://github.com/electron/electron-rebuild", | ||
"homepage": "https://github.com/electron/rebuild", | ||
"engines": { | ||
"node": ">=12.13.0" | ||
}, | ||
|
@@ -54,7 +54,7 @@ | |
"yargs": "^17.0.1" | ||
}, | ||
"devDependencies": { | ||
"@continuous-auth/semantic-release-npm": "^2.0.0", | ||
"@continuous-auth/semantic-release-npm": "^3.0.0", | ||
"@istanbuljs/nyc-config-typescript": "^1.0.1", | ||
"@types/chai": "^4.2.12", | ||
"@types/chai-as-promised": "^7.1.3", | ||
|
@@ -78,7 +78,6 @@ | |
"eslint-plugin-mocha": "^9.0.0", | ||
"mocha": "^9.0.1", | ||
"nyc": "^15.1.0", | ||
"semantic-release": "^17.1.1", | ||
"ts-node": "^10.0.0", | ||
"typescript": "^4.0.2" | ||
}, | ||
|
Oops, something went wrong.