We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14072a commit 1153e94Copy full SHA for 1153e94
.releaserc.json
@@ -0,0 +1,11 @@
1
+{
2
+ "branches": ["master"],
3
+ "plugins": [
4
+ "@semantic-release/commit-analyzer",
5
+ "@semantic-release/release-notes-generator",
6
+ "@semantic-release/changelog",
7
+ "@semantic-release/npm",
8
+ "@semantic-release/git",
9
+ "@semantic-release/github"
10
+ ]
11
+}
package.json
@@ -4,7 +4,7 @@
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"repository": "https://github.com/casbin/casbin.js.git",
- "author": "kingiw <kingiw@hotmail.com>",
+ "author": "Casbin",
"license": "Apache-2.0",
"engines": {
"node": ">=18.0.0"
0 commit comments