1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-13 06:11:42 +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": { "@octokit/openapi-types": {
"version": "6.1.0", "version": "6.2.1",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-6.1.0.tgz", "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-6.2.1.tgz",
"integrity": "sha512-Z9fDZVbGj4dFLErEoXUSuZhk3wJ8KVGnbrUwoPijsQ9EyNwOeQ+U2jSqaHUz8WtgIWf0aeO59oJyhMpWCKaabg==" "integrity": "sha512-rSyuVb2zVwEbWpl1FJzVziyDfvEhNcvIsp6QxmEJkpiFuPfcZ4LwXz2/fhVdVC8Xy7BCugUQr7/ISdhYwgs3zQ=="
}, },
"@octokit/plugin-paginate-rest": { "@octokit/plugin-paginate-rest": {
"version": "2.13.3", "version": "2.13.3",
@@ -335,11 +335,11 @@
} }
}, },
"@octokit/types": { "@octokit/types": {
"version": "6.13.1", "version": "6.14.1",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.13.1.tgz", "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.14.1.tgz",
"integrity": "sha512-UF/PL0y4SKGx/p1azFf7e6j9lB78tVwAFvnHtslzOJ6VipshYks74qm9jjTEDlCyaTmbhbk2h3Run5l0CtCF6A==", "integrity": "sha512-RDzkeFPaT2TgZcNtB2s1HtaMmtOrvXsc5VsAdpzApNkTwNN7Jk76RRCzGYhjm+hQ/HHuQXZkxUDWhJlt2QAyKQ==",
"requires": { "requires": {
"@octokit/openapi-types": "^6.0.0" "@octokit/openapi-types": "^6.2.1"
} }
}, },
"@sinonjs/commons": { "@sinonjs/commons": {
@@ -3248,9 +3248,9 @@
"dev": true "dev": true
}, },
"release-please": { "release-please": {
"version": "11.8.1", "version": "11.9.0",
"resolved": "https://registry.npmjs.org/release-please/-/release-please-11.8.1.tgz", "resolved": "https://registry.npmjs.org/release-please/-/release-please-11.9.0.tgz",
"integrity": "sha512-ja9v1MzF/haFaU4MlQUR6HYwk4ef0mANxZrCj6UCl2ZOzmmHOfL8MoegtzRH8qdH8TfXlHLnkcBAmxyc7rcE9w==", "integrity": "sha512-qJ9nCDyDUNL6wD1jMyANuy55BV87Li2hlasp+4HyLbFrG5QeeIrEvEdfCj5kdVaZxYPd5OLeXQzukN+JzBpdrw==",
"requires": { "requires": {
"@conventional-commits/parser": "^0.4.1", "@conventional-commits/parser": "^0.4.1",
"@iarna/toml": "^2.2.5", "@iarna/toml": "^2.2.5",

View File

@@ -26,7 +26,7 @@
"homepage": "https://github.com/bcoe/release-please-action#readme", "homepage": "https://github.com/bcoe/release-please-action#readme",
"dependencies": { "dependencies": {
"@actions/core": "^1.2.6", "@actions/core": "^1.2.6",
"release-please": "^11.8.1" "release-please": "^11.9.0"
}, },
"devDependencies": { "devDependencies": {
"@vercel/ncc": "^0.27.0", "@vercel/ncc": "^0.27.0",