From f6945d54958f4da36502794dd1b9591ac2184ebf Mon Sep 17 00:00:00 2001 From: Manuel Spigolon Date: Mon, 13 Dec 2021 18:01:31 +0100 Subject: [PATCH] hotfix: migration guide link (#131) * hotfix: release link into upgrade message * add build * link to the readme --- dist/index.js | 2 +- src/action.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 83c71306..7b3e9594 100644 --- a/dist/index.js +++ b/dist/index.js @@ -9076,7 +9076,7 @@ module.exports = async function run() { const { name: pkgName, version } = getPackageDetails(pr) const upgradeMessage = `Cannot automerge github-action-merge-dependabot ${version} major release. Read how to upgrade it manually: - https://github.com/fastify/github-action-merge-dependabot/releases/tag/v${version}` + https://github.com/fastify/github-action-merge-dependabot#how-to-upgrade-from-2x-to-new-3x` if (EXCLUDE_PKGS.includes(pkgName)) { return logInfo(`${pkgName} is excluded, skipping.`) diff --git a/src/action.js b/src/action.js index 5a898834..907eb6dc 100644 --- a/src/action.js +++ b/src/action.js @@ -53,7 +53,7 @@ module.exports = async function run() { const { name: pkgName, version } = getPackageDetails(pr) const upgradeMessage = `Cannot automerge github-action-merge-dependabot ${version} major release. Read how to upgrade it manually: - https://github.com/fastify/github-action-merge-dependabot/releases/tag/v${version}` + https://github.com/fastify/github-action-merge-dependabot#how-to-upgrade-from-2x-to-new-3x` if (EXCLUDE_PKGS.includes(pkgName)) { return logInfo(`${pkgName} is excluded, skipping.`)