1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-11 10:41:37 +02:00

fix(release-please): fixes for monorepo path handling (#181)

https://github.com/googleapis/release-please/pull/669
This commit is contained in:
Benjamin E. Coe
2021-01-08 10:05:44 -08:00
committed by GitHub
parent 7e0f05fbdf
commit 349920da70
2 changed files with 15 additions and 15 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.2.0"
"release-please": "^9.0.0-candidate.0"
},
"devDependencies": {
"@zeit/ncc": "^0.22.3",