From 0322b1694ab80ee0d99f7ba01dbc491e33f392de Mon Sep 17 00:00:00 2001 From: Bill Church Date: Wed, 3 Aug 2022 14:22:19 +0000 Subject: [PATCH] chore: update release-please workflow --- app/CHANGELOG.md | 7 ------- release-please-config.json | 2 -- 2 files changed, 9 deletions(-) diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index c545101..46a976d 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -2,13 +2,6 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -## [0.4.7-pre-2](https://github.com/billchurch/webssh2/compare/webssh2-v0.4.7-pre-2...webssh2-v0.4.7-pre-2) (2022-08-03) - - -### Miscellaneous Chores - -* release 0.4.7-pre-3 ([6c7d242](https://github.com/billchurch/webssh2/commit/6c7d242679d55b2b28a2497d69b43a7e8439c4ca)) - ## [0.4.7-pre-2](https://github.com/billchurch/webssh2/compare/webssh2-v0.4.6...webssh2-v0.4.7-pre-2) (2022-08-02) diff --git a/release-please-config.json b/release-please-config.json index aef5dee..ba415e7 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,6 +1,4 @@ { - "bootstrap-sha": "cf4d8c384740de98f3875b9d5362142b74db0bd3", - "release-as": "0.4.7-pre-2", "changelogPath": "CHANGELOG.md", "include-v-in-tags": false, "prerelease": true,