From 61dd055d7d5199cc947a7c5e3603b6948f453cba Mon Sep 17 00:00:00 2001 From: C4illin Date: Tue, 7 Oct 2025 19:36:15 +0000 Subject: [PATCH] ci: remove release please --- .github/release.yml | 8 ++++++++ .github/workflows/release-please.yml | 25 ------------------------- 2 files changed, 8 insertions(+), 25 deletions(-) create mode 100644 .github/release.yml delete mode 100644 .github/workflows/release-please.yml diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..f963437 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,8 @@ +changelog: + exclude: + authors: + - renovate[bot] + categories: + - title: Other Changes + labels: + - "*" \ No newline at end of file diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml deleted file mode 100644 index 1196083..0000000 --- a/.github/workflows/release-please.yml +++ /dev/null @@ -1,25 +0,0 @@ -on: - push: - branches: - - main - -permissions: - contents: write - pull-requests: write - -name: release-please - -jobs: - release-please: - runs-on: ubuntu-latest - steps: - - uses: googleapis/release-please-action@v4 - with: - # this assumes that you have created a personal access token - # (PAT) and configured it as a GitHub action secret named - # `MY_RELEASE_PLEASE_TOKEN` (this secret name is not important). - token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }} - # token: ${{ secrets.GITHUB_TOKEN }} - # this is a built-in strategy in release-please, see "Action Inputs" - # for more options - release-type: node