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

fix(release-please): fixed bug with "." releaser (#283)

This commit is contained in:
Benjamin E. Coe
2021-03-25 15:25:30 -07:00
committed by GitHub
parent 49c765f88f
commit fe5282250c
2 changed files with 22 additions and 22 deletions

42
package-lock.json generated
View File

@@ -165,9 +165,9 @@
} }
}, },
"@octokit/openapi-types": { "@octokit/openapi-types": {
"version": "5.3.2", "version": "6.0.0",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-5.3.2.tgz", "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-6.0.0.tgz",
"integrity": "sha512-NxF1yfYOUO92rCx3dwvA2onF30Vdlg7YUkMVXkeptqpzA3tRLplThhFleV/UKWFgh7rpKu1yYRbvNDUtzSopKA==" "integrity": "sha512-CnDdK7ivHkBtJYzWzZm7gEkanA7gKH6a09Eguz7flHw//GacPJLmkHA3f3N++MJmlxD1Fl+mB7B32EEpSCwztQ=="
}, },
"@octokit/plugin-paginate-rest": { "@octokit/plugin-paginate-rest": {
"version": "2.13.3", "version": "2.13.3",
@@ -183,11 +183,11 @@
"integrity": "sha512-4RFU4li238jMJAzLgAwkBAw+4Loile5haQMQr+uhFq27BmyJXcXSKvoQKqh0agsZEiUlW6iSv3FAgvmGkur7OQ==" "integrity": "sha512-4RFU4li238jMJAzLgAwkBAw+4Loile5haQMQr+uhFq27BmyJXcXSKvoQKqh0agsZEiUlW6iSv3FAgvmGkur7OQ=="
}, },
"@octokit/plugin-rest-endpoint-methods": { "@octokit/plugin-rest-endpoint-methods": {
"version": "4.13.5", "version": "4.14.0",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.13.5.tgz", "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.14.0.tgz",
"integrity": "sha512-kYKcWkFm4Ldk8bZai2RVEP1z97k1C/Ay2FN9FNTBg7JIyKoiiJjks4OtT6cuKeZX39tqa+C3J9xeYc6G+6g8uQ==", "integrity": "sha512-QoZ469GDvFALHuxhcRA4KFGTaPeu5Z0MILGPa7irTGfYE0WfL+LFqWmULm9tuFKaKNlTcEQ7c5uJ0p4k5uvmNQ==",
"requires": { "requires": {
"@octokit/types": "^6.12.2", "@octokit/types": "^6.13.0",
"deprecation": "^2.3.1" "deprecation": "^2.3.1"
} }
}, },
@@ -217,22 +217,22 @@
} }
}, },
"@octokit/rest": { "@octokit/rest": {
"version": "18.3.5", "version": "18.4.0",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.3.5.tgz", "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.4.0.tgz",
"integrity": "sha512-ZPeRms3WhWxQBEvoIh0zzf8xdU2FX0Capa7+lTca8YHmRsO3QNJzf1H3PcuKKsfgp91/xVDRtX91sTe1kexlbw==", "integrity": "sha512-3bFg0vyD3O+6EukYzLTu4tUapMofSR4nYgMEOJc25sefippsatiWfNoOnx0QNj3PIXVJdW0riUjQnDwgS0JNWA==",
"requires": { "requires": {
"@octokit/core": "^3.2.3", "@octokit/core": "^3.2.3",
"@octokit/plugin-paginate-rest": "^2.6.2", "@octokit/plugin-paginate-rest": "^2.6.2",
"@octokit/plugin-request-log": "^1.0.2", "@octokit/plugin-request-log": "^1.0.2",
"@octokit/plugin-rest-endpoint-methods": "4.13.5" "@octokit/plugin-rest-endpoint-methods": "4.14.0"
} }
}, },
"@octokit/types": { "@octokit/types": {
"version": "6.12.2", "version": "6.13.0",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.12.2.tgz", "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.13.0.tgz",
"integrity": "sha512-kCkiN8scbCmSq+gwdJV0iLgHc0O/GTPY1/cffo9kECu1MvatLPh9E+qFhfRIktKfHEA6ZYvv6S1B4Wnv3bi3pA==", "integrity": "sha512-W2J9qlVIU11jMwKHUp5/rbVUeErqelCsO5vW5PKNb7wAXQVUz87Rc+imjlEvpvbH8yUb+KHmv8NEjVZdsdpyxA==",
"requires": { "requires": {
"@octokit/openapi-types": "^5.3.2" "@octokit/openapi-types": "^6.0.0"
} }
}, },
"@sinonjs/commons": { "@sinonjs/commons": {
@@ -309,9 +309,9 @@
"integrity": "sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ==" "integrity": "sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ=="
}, },
"@types/yargs": { "@types/yargs": {
"version": "16.0.0", "version": "16.0.1",
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.0.tgz", "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.1.tgz",
"integrity": "sha512-2nN6AGeMwe8+O6nO9ytQfbMQOJy65oi1yK2y/9oReR08DaXSGtMsrLyCM1ooKqfICpCx4oITaR4LkOmdzz41Ww==", "integrity": "sha512-x4HABGLyzr5hKUzBC9dvjciOTm11WVH1NWonNjGgxapnTHu5SWUqyqn0zQ6Re0yQU0lsQ6ztLCoMAKDGZflyxA==",
"requires": { "requires": {
"@types/yargs-parser": "*" "@types/yargs-parser": "*"
} }
@@ -2909,9 +2909,9 @@
"dev": true "dev": true
}, },
"release-please": { "release-please": {
"version": "11.4.0", "version": "11.4.1",
"resolved": "https://registry.npmjs.org/release-please/-/release-please-11.4.0.tgz", "resolved": "https://registry.npmjs.org/release-please/-/release-please-11.4.1.tgz",
"integrity": "sha512-0Y0V85s+gIz05NGPWA6WKEv6VcUoAQbpIs60CjN2bbm/i2UTzBLGauvSvdh0qu7ZZzrUX7zkB11HrYLmq33mzQ==", "integrity": "sha512-I/vaopKM/3RVdkW8Fp+OO/CfWyDX7RzZUFy9x0fVuYbkL2NM2PCX4HYsjJAxoz7MifSfULBPti1GEcGl9GWlUQ==",
"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.4.0" "release-please": "^11.4.1"
}, },
"devDependencies": { "devDependencies": {
"@vercel/ncc": "^0.27.0", "@vercel/ncc": "^0.27.0",