Skip to content

Commit 51df5de

Browse files
committed
fix(build): add sem rel script
1 parent 05462da commit 51df5de

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ this is a fairly simple example. see the API docs for more.
2626

2727
## api
2828

29-
See the official [API Docs]().
29+
See the official [API Docs](https://cdaringe.github.io/browesr-csrf).
3030

3131
## why
3232

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
"lint": "standard",
6262
"docs": "ripcord docs",
6363
"docs-publish": "ripcord docs --publish",
64-
"postpublish": "npm run docs-publish"
64+
"postpublish": "npm run docs-publish",
65+
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
6566
},
6667
"release": {
6768
"generateNotes": "./node_modules/@semantic-release/release-notes-generator",

0 commit comments

Comments
 (0)