Skip to content

Commit

Permalink
chore: add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
narol1024 committed Jun 3, 2024
1 parent b7b15b4 commit f14c451
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
{
"name": "sdp-analyzer",
"version": "0.3.0",
"license": "MIT",
"homepage": "https://github.com/narol1024/sdp-analyzer#readme",
"author": "narol <[email protected]> (https://github.com/narol1024)",
"bugs": {
"url": "https://github.com/narol1024/sdp-analyzer/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/narol1024/sdp-analyzer.git"
},
"main": "dist/index.js",
"bin": "dist/bin/cli.js",
"types": "dist/main.d.ts",
"version": "0.3.0",
"scripts": {
"prepare": "husky install",
"build": "tsc --project tsconfig.build.json",
Expand Down Expand Up @@ -55,6 +65,9 @@
"typescript": "^4.6.3",
"release-it": "^15.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
Expand Down

0 comments on commit f14c451

Please sign in to comment.