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

feat(release-please): update of release-please (#298)

Refs: https://github.com/googleapis/release-please/blob/master/CHANGELOG.md#features
This commit is contained in:
Benjamin E. Coe
2021-04-28 19:03:13 -07:00
committed by GitHub
parent 0a21e17e60
commit 5a49a61eb5
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View File

@@ -274,9 +274,9 @@
}
},
"@octokit/openapi-types": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-6.1.0.tgz",
"integrity": "sha512-Z9fDZVbGj4dFLErEoXUSuZhk3wJ8KVGnbrUwoPijsQ9EyNwOeQ+U2jSqaHUz8WtgIWf0aeO59oJyhMpWCKaabg=="
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-6.2.1.tgz",
"integrity": "sha512-rSyuVb2zVwEbWpl1FJzVziyDfvEhNcvIsp6QxmEJkpiFuPfcZ4LwXz2/fhVdVC8Xy7BCugUQr7/ISdhYwgs3zQ=="
},
"@octokit/plugin-paginate-rest": {
"version": "2.13.3",
@@ -335,11 +335,11 @@
}
},
"@octokit/types": {
"version": "6.13.1",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.13.1.tgz",
"integrity": "sha512-UF/PL0y4SKGx/p1azFf7e6j9lB78tVwAFvnHtslzOJ6VipshYks74qm9jjTEDlCyaTmbhbk2h3Run5l0CtCF6A==",
"version": "6.14.1",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.14.1.tgz",
"integrity": "sha512-RDzkeFPaT2TgZcNtB2s1HtaMmtOrvXsc5VsAdpzApNkTwNN7Jk76RRCzGYhjm+hQ/HHuQXZkxUDWhJlt2QAyKQ==",
"requires": {
"@octokit/openapi-types": "^6.0.0"
"@octokit/openapi-types": "^6.2.1"
}
},
"@sinonjs/commons": {
@@ -3248,9 +3248,9 @@
"dev": true
},
"release-please": {
"version": "11.8.1",
"resolved": "https://registry.npmjs.org/release-please/-/release-please-11.8.1.tgz",
"integrity": "sha512-ja9v1MzF/haFaU4MlQUR6HYwk4ef0mANxZrCj6UCl2ZOzmmHOfL8MoegtzRH8qdH8TfXlHLnkcBAmxyc7rcE9w==",
"version": "11.9.0",
"resolved": "https://registry.npmjs.org/release-please/-/release-please-11.9.0.tgz",
"integrity": "sha512-qJ9nCDyDUNL6wD1jMyANuy55BV87Li2hlasp+4HyLbFrG5QeeIrEvEdfCj5kdVaZxYPd5OLeXQzukN+JzBpdrw==",
"requires": {
"@conventional-commits/parser": "^0.4.1",
"@iarna/toml": "^2.2.5",