add release to github

This commit is contained in:
Yanzhen Yu
2021-07-06 12:11:21 +08:00
parent f99b00eb9d
commit 4f08049ad0
2 changed files with 5 additions and 0 deletions

2
.gitignore vendored
View File

@@ -11,3 +11,5 @@ lib
temp temp
*.log *.log
.env

View File

@@ -5,5 +5,8 @@
}, },
"git": { "git": {
"requireCleanWorkingDir": false "requireCleanWorkingDir": false
},
"github": {
"release": true
} }
} }