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

fix(release-please): fix whitespace issues in Rust (#195)

fix(pagination): tagging can use 'updated' releases should use 'created'
This commit is contained in:
Benjamin E. Coe
2021-01-15 16:22:23 -08:00
committed by GitHub
parent 001af28b63
commit b5e370ce70
2 changed files with 11 additions and 11 deletions

View File

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