From f9934a5a6e730826c8be4f1560013736c33220c8 Mon Sep 17 00:00:00 2001 From: "optic-release-automation[bot]" <94357573+optic-release-automation[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 10:19:41 +0100 Subject: [PATCH] Release v1.10.6 (#494) Co-authored-by: simoneb --- dist/index.js | 2 +- dist/issue.template.hbs | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dist/index.js b/dist/index.js index 3a03edad..14e0c7e9 100644 --- a/dist/index.js +++ b/dist/index.js @@ -70664,7 +70664,7 @@ module.exports = { "use strict"; -// Borrowed from https://github.com/nearform/optic-release-automation-action/blob/main/src/utils/execWithOutput.js +// Borrowed from https://github.com/nearform-actions/optic-release-automation-action/blob/main/src/utils/execWithOutput.js const { StringDecoder } = __nccwpck_require__(6915) diff --git a/dist/issue.template.hbs b/dist/issue.template.hbs index a38776cb..dc062254 100644 --- a/dist/issue.template.hbs +++ b/dist/issue.template.hbs @@ -12,5 +12,5 @@ Unreleased commits have been found which are pending release, please publish the - The notification will be snoozed for {{this.notifyAfter}}, starting when the issue is closed. After this period has passed, a new notification issue will be created the next time this action is run. -> Issue generated by [github-actions-notify-release](https://github.com/nearform/github-action-notify-release). +> Issue generated by [github-actions-notify-release](https://github.com/nearform-actions/github-action-notify-release). diff --git a/package-lock.json b/package-lock.json index 54a7e29c..0731372d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-action-notify-release", - "version": "1.10.5", + "version": "1.10.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "github-action-notify-release", - "version": "1.10.5", + "version": "1.10.6", "license": "ISC", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index dbdfb12c..2e9e51e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action-notify-release", - "version": "1.10.5", + "version": "1.10.6", "description": "Github action for notifying of a pending release", "main": "dist/index.js", "scripts": {