1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-11 14:21:40 +02:00

fix(go): filter additional PRs from gapic repo (#145)

This commit is contained in:
Benjamin E. Coe
2020-12-07 17:58:39 -05:00
committed by GitHub
parent 636de4c256
commit b02ff3b568
2 changed files with 4 additions and 4 deletions

View File

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