forked from kesla/node-snappy-stream
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove lockfile * ignore lockfile * add automatic release
- Loading branch information
Showing
6 changed files
with
83 additions
and
2,910 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "yarn" | ||
allow: | ||
# Allow both direct and indirect updates for all packages | ||
- dependency-type: "production" | ||
commit-message: | ||
prefix: "chore: " |
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,24 @@ | ||
name: "Semantic PR" | ||
|
||
on: | ||
pull_request_target: | ||
types: | ||
- opened | ||
- edited | ||
- synchronize | ||
|
||
jobs: | ||
main: | ||
name: Validate PR title | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: amannn/action-semantic-pull-request@v4 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
types: | | ||
fix | ||
feat | ||
chore | ||
validateSingleCommit: true | ||
|
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,2 +1,3 @@ | ||
node_modules | ||
.idea | ||
yarn.lock |
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 |
---|---|---|
|
@@ -11,7 +11,10 @@ | |
"stream", | ||
"framing" | ||
], | ||
"author": "David Björklund <[email protected]>", | ||
"contributors": [ | ||
"David Björklund <[email protected]>", | ||
"ChainSafe <[email protected]>" | ||
], | ||
"license": "MIT", | ||
"devDependencies": { | ||
"async-benchmark": "^1.0.0", | ||
|
@@ -30,10 +33,10 @@ | |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/kesla/node-snappy-stream.git" | ||
"url": "https://github.com/chainsafe/node-snappy-stream.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/kesla/node-snappy-stream/issues" | ||
"url": "https://github.com/chainsafe/node-snappy-stream/issues" | ||
}, | ||
"homepage": "https://github.com/kesla/node-snappy-stream" | ||
"homepage": "https://github.com/chainsafe/node-snappy-stream" | ||
} |
Oops, something went wrong.