Skip to content

Commit

Permalink
"ignoreVersion": true
Browse files Browse the repository at this point in the history
  • Loading branch information
ygpark80 committed Aug 29, 2020
1 parent 8262be8 commit 8453987
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"releaseName": "v${version}"
},
"npm": {
"publish": false
"publish": false,
"ignoreVersion": true
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zigbang/config",
"version": "1.1.27",
"version": "1.1.28",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 8453987

Please sign in to comment.