UNPKG
eslint-config-buefy
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Official ESLint rules for Buefy
github.com/buefy/eslint-config-buefy
buefy/eslint-config-buefy
eslint-config-buefy
/
.release-it.json
15 lines
•
303 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"src"
: {
"tagName"
:
"v
%s
"
,
"commitMessage"
:
"🔖
%s
"
},
"github"
: {
"release"
: true,
"releaseName"
:
"🚀 Release
%s
"
,
"tokenRef"
:
"GITHUB_TOKEN"
},
"npm"
: {
"publish"
: true },
"changelogCommand"
:
"git log --pretty=format:'*
%s
(
%h
)' [REV_RANGE]"
}