Skip to content

Commit

Permalink
fix(release): Add release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyguerra committed Jul 13, 2023
1 parent 2f23dc5 commit 4542bc1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"main": "index.js",
"scripts": {
"pretest": "standard",
"test": "nyc --reporter=html --reporter=text mocha --exit",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"test": "nyc --reporter=html --reporter=text mocha --exit"
},
"dependencies": {
"redis": "^4.6.6",
Expand All @@ -40,5 +39,12 @@
"semantic-release": "^21.0.2",
"sinon": "^15.0.4",
"sinon-chai": "^3.7.0"
},
"release": {
"branches": [
"main",
"next"
],
"dryRun": false
}
}

0 comments on commit 4542bc1

Please sign in to comment.