Skip to content

Commit

Permalink
Gittools 9 get semantic release working for jira pr updater tool (#12)
Browse files Browse the repository at this point in the history
* fix: Correct 'standard-version' to 'semantic-release' in package.json
  • Loading branch information
Janell-Huyck authored Nov 22, 2024
1 parent e3bd789 commit 4e8e54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "jest",
"test:watch": "jest --watchAll",
"build": "ncc build src/main.js -o dist",
"release": "standard-version"
"release": "semantic-release"
},
"author": "UC Libraries Dev Team",
"license": "MIT",
Expand Down

0 comments on commit 4e8e54d

Please sign in to comment.