🚀RELEASE 0.1.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-08-14 10:46:36 +02:00
parent 8d9cf8d1b3
commit e02d91e662
2 changed files with 17 additions and 3 deletions

View File

@@ -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,