From 1bedbe4c1bd6edab107af5e529b03f2df4ecb2b6 Mon Sep 17 00:00:00 2001 From: CommunityMaintained <293462701+CommunityMaintained@users.noreply.github.com> Date: Sun, 14 Jun 2026 14:27:38 -0500 Subject: [PATCH] feat!: bump major version for first release --- .github/workflows/release-please.yml | 2 +- CONTRIBUTING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 03d924a..1ed333d 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -78,7 +78,7 @@ jobs: uses: actions/checkout@v4 with: ref: master - token: ${{ secrets.GITHUB_TOKEN }} + ssh-key: ${{ secrets.RELEASE_DEPLOY_KEY }} - name: Set combined version in mix.exs run: | diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e0eed77..31d6790 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,7 +25,7 @@ Open an issue. Check for duplicates first. For bugs, include your Docker version ### Development setup -See the [Development and Contributing wiki page](https://github.com/CommunityMaintained/pinchflat/wiki/Development-and-Contributing) for local setup instructions. +TBA ## Release process