Skip to content

Commit ba59aa9

Browse files
committed
release-it configuration
1 parent 5934c40 commit ba59aa9

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules
22
*lock.y[a]ml
33
.DS_Store
44
dist
5+
release.sh

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
*lock.y[a]ml
2+
release.sh

.release-it.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"github": {
3+
"release": true
4+
}
5+
}

0 commit comments

Comments
 (0)