1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-11 22:01:34 +02:00

fix(release-please): fix for merge commits (#126)

This commit is contained in:
Benjamin E. Coe
2020-12-03 18:50:35 -05:00
committed by GitHub
parent ea92f88c9a
commit 35f94566f5
2 changed files with 39 additions and 49 deletions

View File

@@ -26,7 +26,7 @@
"homepage": "https://github.com/bcoe/release-please-action#readme",
"dependencies": {
"@actions/core": "^1.2.6",
"release-please": "^7.0.0-candidate.3"
"release-please": "^7.0.0"
},
"devDependencies": {
"@zeit/ncc": "^0.22.3",