Skip to content

Commit

Permalink
chore(release): enable semantic release
Browse files Browse the repository at this point in the history
convert ringpop release process to semantic release
  • Loading branch information
esatterwhite committed Oct 16, 2021
1 parent 7e00d80 commit 11eb6a2
Show file tree
Hide file tree
Showing 2 changed files with 897 additions and 64 deletions.
15 changes: 11 additions & 4 deletions packages/ringpop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,15 @@
"engines": {
"node": ">=8.0"
},
"repository": "https://github.com/esatterwhite/skyring/packages/ringpop",
"homepage": "https://github.com/esatterwhite/skyring/packages/ringpop#readme",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/esatterwhite/skyring.git",
"directory": "packages/ringpop"
},
"bin": {
"ringpop": "./main.js"
},
Expand All @@ -36,14 +44,13 @@
"error": "^5.0.0",
"farmhash": "^3.0.0",
"metrics": "^0.1.8",
"rm": "^0.1.8",
"toobusy-js": "^0.5.0",
"underscore": "^1.5.2",
"uuid": "^7.0.2"
},
"optionalDependencies": {
"@vendor/test-core": "workspace:^1.0.0"
},
"devDependencies": {
"@codedependant/test-core": "^1.0.0",
"after": "^0.8.1",
"async": "^0.9.0",
"benchmark": "^1.0.0",
Expand Down

0 comments on commit 11eb6a2

Please sign in to comment.