From af247aa6d5a64172f0eadf060c6c6714094ee9d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Czy=C5=BC?= Date: Mon, 12 Aug 2024 20:01:06 +0200 Subject: [PATCH] ci: release please setup --- .github/workflows/release-phase.yml | 24 ++++++++++++++++++++++++ CHANGELOG.md | 1 + 2 files changed, 25 insertions(+) create mode 100644 .github/workflows/release-phase.yml create mode 100644 CHANGELOG.md diff --git a/.github/workflows/release-phase.yml b/.github/workflows/release-phase.yml new file mode 100644 index 0000000..b92f507 --- /dev/null +++ b/.github/workflows/release-phase.yml @@ -0,0 +1,24 @@ +on: + push: + branches: + - senpai + +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 }} + # this is a built-in strategy in release-please, see "Action Inputs" + # for more options + release-type: rust diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..825c32f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1 @@ +# Changelog