This commit is contained in:
10
package.json
10
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@odit/shortener-backend",
|
||||
"version": "0.0.2",
|
||||
"version": "0.1.0",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"private": false,
|
||||
@@ -28,8 +28,12 @@
|
||||
"commit": true,
|
||||
"requireCleanWorkingDir": false,
|
||||
"commitMessage": "🚀RELEASE ${version}",
|
||||
"git.commitArgs": ["-S"],
|
||||
"git.tagArgs": ["-S"],
|
||||
"git.commitArgs": [
|
||||
"-S"
|
||||
],
|
||||
"git.tagArgs": [
|
||||
"-S"
|
||||
],
|
||||
"push": true,
|
||||
"tag": true,
|
||||
"tagName": null,
|
||||
|
||||
Reference in New Issue
Block a user