✏️ Add yarn script for release

This commit is contained in:
SebClem 2022-05-01 14:42:17 +02:00
parent 01468683b8
commit e368873df9
Signed by: sebclem
GPG Key ID: 5A4308F6A359EA50
5 changed files with 3671 additions and 1 deletions

1
.gitignore vendored
View File

@ -40,6 +40,7 @@ build/Release
# Dependency directories
node_modules/
jspm_packages/
.yarn
# TypeScript v1 declaration files
typings/

View File

@ -8,4 +8,7 @@ git:
changelog: "auto-changelog --stdout --handlebars-setup .github/custom-handlebars.js"
push: false
tag: false
commit: false
commit: false
npm:
publish: false

1
.yarnrc.yml Normal file
View File

@ -0,0 +1 @@
nodeLinker: node-modules

11
package.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "hassio-nextcloud-backup",
"packageManager": "yarn@3.2.0",
"devDependencies": {
"auto-changelog": "^2.4.0",
"release-it": "^15.0.0"
},
"scripts": {
"release": "release-it"
}
}

3654
yarn.lock Normal file

File diff suppressed because it is too large Load Diff