Skip to content

Commit accebd3

Browse files
authored
fix: semantic release
Update semantic-release to the latest version and update script. BREAKING CHANGE: Moves model class from `context` prop directly to a `context.model` prop, which prevents issues when merging context objects. (This was actually committed in #12)
1 parent e3111fe commit accebd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"lint": "eslint src/",
2828
"test:unit": "NODE_ENV=test jest --coverage",
2929
"test": "npm run lint --silent && npm run test:unit --silent",
30-
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
30+
"semantic-release": "semantic-release"
3131
},
3232
"keywords": [
3333
"graphql"
@@ -66,7 +66,7 @@
6666
"jest": "^22.0.6",
6767
"nodemon": "^1.14.11",
6868
"prettier": "^1.10.2",
69-
"semantic-release": "^11.0.2"
69+
"semantic-release": "^12.4.1"
7070
},
7171
"jest": {
7272
"coverageReporters": [

0 commit comments

Comments
 (0)