UNPKG
twcss
Version:
latest (0.4.1)
0.4.1
0.4.0
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.3
0.2.2
0.1.0
Fast minimalist utility-first CSS runtime inspired by Tailwind and Twind
twcss
/
.release-it.json
16 lines
•
307 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"
$schema
"
:
"https://unpkg.com/release-it@18/schema/release-it.json"
,
"git"
: {
"commit"
:
true
,
"push"
:
true
,
"tag"
:
true
,
"commitMessage"
:
"chore: release v
${version}
"
},
"github"
: {
"release"
:
true
,
"tokenRef"
:
"GITHUB_TOKEN_TWCSS"
},
"npm"
: {
"publish"
:
true
} }