Handle semver tags

This commit is contained in:
CrazyMax 2020-11-17 17:52:56 +01:00
parent 009f84cd69
commit 7b84134e96
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
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",