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

fix: bump release-please from 13.20.0 to 13.21.0 (#559)

Bumps [release-please](https://github.com/googleapis/release-please) from 13.20.0 to 13.21.0.
- [Release notes](https://github.com/googleapis/release-please/releases)
- [Changelog](https://github.com/googleapis/release-please/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/release-please/compare/v13.20.0...v13.21.0)

---
updated-dependencies:
- dependency-name: release-please
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-08-15 12:44:57 -07:00
committed by GitHub
parent 51a2017af2
commit bab175efb5
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -10,7 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.6.0",
"release-please": "^13.20.0"
"release-please": "^13.21.0"
},
"devDependencies": {
"@vercel/ncc": "^0.27.0",
@@ -4452,9 +4452,9 @@
}
},
"node_modules/release-please": {
"version": "13.20.0",
"resolved": "https://registry.npmjs.org/release-please/-/release-please-13.20.0.tgz",
"integrity": "sha512-aJeSLFSFEzA5Czk+AUabMipW8mT5zwHz+YUCqO0CgwYueP7R9Fr+aULpf8RvKcXxGHnb/Oas+dXBNWWCudmQWQ==",
"version": "13.21.0",
"resolved": "https://registry.npmjs.org/release-please/-/release-please-13.21.0.tgz",
"integrity": "sha512-j14Duo//+fxi1hmOwjwrG+QYaGGADEJYp3YvVkFfWjFFCweesE7hKCNaxhkSAhxbUhwxyBI7CfYWRvvO9ouR6A==",
"dependencies": {
"@conventional-commits/parser": "^0.4.1",
"@iarna/toml": "^2.2.5",
@@ -9108,9 +9108,9 @@
"dev": true
},
"release-please": {
"version": "13.20.0",
"resolved": "https://registry.npmjs.org/release-please/-/release-please-13.20.0.tgz",
"integrity": "sha512-aJeSLFSFEzA5Czk+AUabMipW8mT5zwHz+YUCqO0CgwYueP7R9Fr+aULpf8RvKcXxGHnb/Oas+dXBNWWCudmQWQ==",
"version": "13.21.0",
"resolved": "https://registry.npmjs.org/release-please/-/release-please-13.21.0.tgz",
"integrity": "sha512-j14Duo//+fxi1hmOwjwrG+QYaGGADEJYp3YvVkFfWjFFCweesE7hKCNaxhkSAhxbUhwxyBI7CfYWRvvO9ouR6A==",
"requires": {
"@conventional-commits/parser": "^0.4.1",
"@iarna/toml": "^2.2.5",