From 3bb21c950ea9cdd4422086a449d9a796a21bd233 Mon Sep 17 00:00:00 2001 From: Aris Tzoumas Date: Thu, 1 Dec 2022 10:17:27 +0200 Subject: [PATCH] chore: include missed changelogs due to rebase feat(warehouse): added support for bigquery custom partition for workspaceIDs (#2679) chore: by default enable max concurrent gw request limit. (#2648) doc: create SECURITY.md (#2656) chore: use bugsnag in router and processor goroutines (#2686) test: using arm64 compatible images if necessary (#2670) chore: regulation worker avoid panic in case of timeout (#2657) feat(warehouse): degraded workspace id (#2627) Release-As: 1.4.0 --- .github/workflows/prerelease.yaml | 1 + .github/workflows/release-please.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/prerelease.yaml b/.github/workflows/prerelease.yaml index 4ca4b4743b..6da6ba2052 100644 --- a/.github/workflows/prerelease.yaml +++ b/.github/workflows/prerelease.yaml @@ -52,4 +52,5 @@ jobs: ]' prerelease: true release-as: ${{ steps.extract_branch.outputs.branch }} + last-release-sha: 93d527153ead5d67c9f943312c96458de60bcff2 diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index c5dddf91ee..85fe182c25 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -20,3 +20,4 @@ jobs: default-branch: ${{ steps.extract_branch.outputs.branch }} changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false},{"type":"refactor","section":"Miscellaneous","hidden":false},{"type":"test","section":"Miscellaneous","hidden":false},{"type":"doc","section":"Documentation","hidden":false}]' bump-minor-pre-major: true + last-release-sha: 93d527153ead5d67c9f943312c96458de60bcff2