From 3c0f3e65998f0433348e2bdebbcb480eb30b0496 Mon Sep 17 00:00:00 2001 From: chgl Date: Wed, 9 Oct 2024 21:08:32 +0200 Subject: [PATCH 1/3] ci --- .github/workflows/ci.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bd18168..129d516 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -50,3 +50,19 @@ jobs: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5 + + lint: + uses: miracum/.github/.github/workflows/standard-lint.yaml@b2389048770aa5b9ed439810bf84911fbb07f645 # v1.12.3 + if: ${{ !contains(github.event.pull_request.labels.*.name, 'release-please') }} + permissions: + contents: read + pull-requests: write + issues: write + security-events: write + actions: read + with: + enable-validate-gradle-wrapper: false + enable-codeql: false + enable-verify-base-image-signature: false + secrets: + github-token: ${{ secrets.GITHUB_TOKEN }} From 018db9f05b5398c461b96458ef95d061740600a4 Mon Sep 17 00:00:00 2001 From: chgl Date: Wed, 9 Oct 2024 21:13:38 +0200 Subject: [PATCH 2/3] dropped lint --- .github/workflows/ci.yaml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 129d516..bd18168 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -50,19 +50,3 @@ jobs: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5 - - lint: - uses: miracum/.github/.github/workflows/standard-lint.yaml@b2389048770aa5b9ed439810bf84911fbb07f645 # v1.12.3 - if: ${{ !contains(github.event.pull_request.labels.*.name, 'release-please') }} - permissions: - contents: read - pull-requests: write - issues: write - security-events: write - actions: read - with: - enable-validate-gradle-wrapper: false - enable-codeql: false - enable-verify-base-image-signature: false - secrets: - github-token: ${{ secrets.GITHUB_TOKEN }} From 426a4764fd4e8fab5eea9fe7261eb69966aa766f Mon Sep 17 00:00:00 2001 From: chgl Date: Wed, 9 Oct 2024 21:25:14 +0200 Subject: [PATCH 3/3] chore: config update --- release-please-config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/release-please-config.json b/release-please-config.json index 0ecca9d..42b447e 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -7,7 +7,10 @@ "extra-label": "release-please", "packages": { ".": { - "release-type": "simple" + "release-type": "simple", + "extra-files": ["PseudonymizationIG/sushi-config.yaml"], + "bump-minor-pre-major": true, + "bump-patch-for-minor-pre-major": true } } }