From d99c98eded80de6667e2ee815fb5ff9194ec69fa Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 31 May 2023 17:23:18 +0000 Subject: [PATCH] =?UTF-8?q?build(release):=20=F0=9F=9A=80=20v8.6.4-next.1?= =?UTF-8?q?=20=F0=9F=A6=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [8.6.4-next.1](https://github.com/readmeio/rdme/compare/v8.6.3...v8.6.4-next.1) (2023-05-31) ### Bug Fixes * empty commit to trigger patch release ([71cf84b](https://github.com/readmeio/rdme/commit/71cf84be8fe0b12a61c3e273822009a16bdd17bd)) [skip ci] --- CHANGELOG.md | 7 +++++++ action.yml | 2 +- npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65b15d745..7eef25cad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.6.4-next.1](https://github.com/readmeio/rdme/compare/v8.6.3...v8.6.4-next.1) (2023-05-31) + + +### Bug Fixes + +* empty commit to trigger patch release ([71cf84b](https://github.com/readmeio/rdme/commit/71cf84be8fe0b12a61c3e273822009a16bdd17bd)) + ## [8.6.3](https://github.com/readmeio/rdme/compare/v8.6.2...v8.6.3) (2023-05-01) diff --git a/action.yml b/action.yml index 36d8b58e8..c999f4c17 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,7 @@ outputs: description: The rdme command result output runs: using: docker - image: docker://ghcr.io/readmeio/rdme:8.6.3 + image: docker://ghcr.io/readmeio/rdme:8.6.4-next.1 args: - docker-gha - ${{ inputs.rdme }} diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 61a93a8e5..03af62a54 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "rdme", - "version": "8.6.3", + "version": "8.6.4-next.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rdme", - "version": "8.6.3", + "version": "8.6.4-next.1", "license": "MIT", "dependencies": { "@actions/core": "^1.6.0", diff --git a/package.json b/package.json index 1c8e0e99f..400c2e5f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdme", - "version": "8.6.3", + "version": "8.6.4-next.1", "description": "ReadMe's official CLI and GitHub Action.", "license": "MIT", "author": "ReadMe (https://readme.com)",