Skip to content

Commit 7305be1

Browse files
fix: "plugins" section with @semantic-release/git specified in order
1 parent df839f8 commit 7305be1

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,20 @@
9595
"url": "git+https://github.com/PolymathNetwork/polymath-sdk.git"
9696
},
9797
"release": {
98-
"branch": "master"
98+
"branch": "master",
99+
"plugins": [
100+
"@semantic-release/commit-analyzer",
101+
"@semantic-release/release-notes-generator",
102+
"@semantic-release/npm",
103+
"@semantic-release/git",
104+
"@semantic-release/github"
105+
]
99106
},
100107
"description": "A Javascript SDK for interacting with the Polymath network for the browser and Node.js",
101108
"bugs": {
102109
"url": "https://github.com/PolymathNetwork/polymath-sdk/issues"
103110
},
104111
"homepage": "https://github.com/PolymathNetwork/polymath-sdk#readme",
105-
"author": "",
112+
"author": "Polymath Studios Inc.",
106113
"license": "ISC"
107114
}

0 commit comments

Comments
 (0)