Handle semver tags (#14)

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2020-11-17 23:31:03 +01:00
committed by GitHub
parent 009f84cd69
commit e8ce48988f
7 changed files with 2573 additions and 84 deletions

View File

@ -26,7 +26,8 @@
"@actions/core": "^1.2.6",
"@actions/github": "^4.0.0",
"handlebars": "^4.7.6",
"moment": "^2.29.1"
"moment": "^2.29.1",
"semver": "^7.3.2"
},
"devDependencies": {
"@types/jest": "^26.0.0",