Skip to content

Commit

Permalink
Configure release-it (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbarth committed Sep 18, 2023
1 parent 419d488 commit 27ec4d5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules
coverage/
.nyc_output/
dist/
.eslintcache
13 changes: 13 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"npm": {
"publish": false,
"skipChecks": true
},
"github": {
"release": true,
"releaseName": "v${version}"
},
"hooks": {
"after:bump": "npm run changelog"
}
}
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "is-dom-node",
"version": ".9",
"version": "0.9.0",
"description": "TypeScript helper functions to narrow the type of object to a Node descendant",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -65,8 +65,5 @@
},
"publishConfig": {
"access": "public"
},
"npm": {
"publish": false
}
}

0 comments on commit 27ec4d5

Please sign in to comment.