1 parent 05462da commit 51df5deCopy full SHA for 51df5de
2 files changed
README.md
@@ -26,7 +26,7 @@ this is a fairly simple example. see the API docs for more.
26
27
## api
28
29
-See the official [API Docs]().
+See the official [API Docs](https://cdaringe.github.io/browesr-csrf).
30
31
## why
32
package.json
@@ -61,7 +61,8 @@
61
"lint": "standard",
62
"docs": "ripcord docs",
63
"docs-publish": "ripcord docs --publish",
64
- "postpublish": "npm run docs-publish"
+ "postpublish": "npm run docs-publish",
65
+ "semantic-release": "semantic-release pre && npm publish && semantic-release post"
66
},
67
"release": {
68
"generateNotes": "./node_modules/@semantic-release/release-notes-generator",
0 commit comments