Skip to content
This repository was archived by the owner on Jan 8, 2020. It is now read-only.

Commit 660bdf5

Browse files
committed
chore: add release it config and update package info
1 parent 6f6df8e commit 660bdf5

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.release-it.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"git": {
3+
"commitMessage": "chore: release ${version}",
4+
"tagName": "v${version}"
5+
},
6+
"npm": {
7+
"publish": true
8+
},
9+
"github": {
10+
"release": true,
11+
"releaseName": "v${version}"
12+
},
13+
"plugins": {
14+
"@release-it/conventional-changelog": {
15+
"preset": "angular"
16+
}
17+
}
18+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"description": "A Scaffolding Tool for Vue / Vuetify",
55
"main": "index.js",
6-
"author": "John Leider",
6+
"author": "John Leider <john@vuetifyjs.com>",
77
"license": "MIT",
88
"devDependencies": {
99
"inquirer": "^7.0.0",

0 commit comments

Comments
 (0)