diff --git a/.changeset/little-carpets-jog.md b/.changeset/little-carpets-jog.md deleted file mode 100644 index 9cf4df3fe..000000000 --- a/.changeset/little-carpets-jog.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'skuba': patch ---- - -lint, format: Put back [logic](https://github.com/seek-oss/skuba/pull/1226/) which skips autofixing Renovate branches when there is no open pull request. - -Previously, this was put in place to prevent an issue where a Renovate branch can get stuck in the `Edited/Blocked` state without a pull request being raised. This was subsequently removed because Skuba's default autofix commits [were ignored by skuba's recommended renovate configuration](https://github.com/seek-oss/rynovate/pull/121). - -However, this has resulted in some build-rebase-build-rebase-... loops, and so the [Renovate config change has been reverted](https://github.com/seek-oss/rynovate/pull/125), and requires investigation before reinstating. diff --git a/CHANGELOG.md b/CHANGELOG.md index c81d2d5b7..35fce7e1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # skuba +## 9.0.1 + +### Patch Changes + +- **lint, format:** Put back [logic](https://github.com/seek-oss/skuba/pull/1226/) which skips autofixing Renovate branches when there is no open pull request. ([#1699](https://github.com/seek-oss/skuba/pull/1699)) + + Previously, this was put in place to prevent an issue where a Renovate branch can get stuck in the `Edited/Blocked` state without a pull request being raised. This was subsequently removed because Skuba's default autofix commits [were ignored by skuba's recommended renovate configuration](https://github.com/seek-oss/rynovate/pull/121). + + However, this has resulted in some build-rebase-build-rebase-... loops, and so the [Renovate config change has been reverted](https://github.com/seek-oss/rynovate/pull/125), and requires investigation before reinstating. + ## 9.0.0 skuba 9 is a reasonably large release but it shouldn't be too much trouble to upgrade. diff --git a/package.json b/package.json index 8c7c58dfc..b201a6c04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skuba", - "version": "9.0.0", + "version": "9.0.1", "private": false, "description": "SEEK development toolkit for backend applications and packages", "homepage": "https://github.com/seek-oss/skuba#readme",