From 36f34838c12c30e25e9b029945ce6532a6879bbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20K=C3=B6ssler?= Date: Wed, 17 Jun 2026 18:06:25 +0200 Subject: [PATCH] fix: Small tweaks --- .github/workflows/release.yml | 1 + .oxfmtrc.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 43a7910..f36a65f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,6 +35,7 @@ jobs: token: ${{ steps.app-token.outputs.token }} config-file: .github/release-please-config.json manifest-file: .github/release-please-manifest.json + release-as: 0.1.0 # TODO: Remove this once the first release is cut - name: Extract PR branch id: pr-branch diff --git a/.oxfmtrc.json b/.oxfmtrc.json index ccfc6a8..1fa4dc5 100644 --- a/.oxfmtrc.json +++ b/.oxfmtrc.json @@ -1,5 +1,5 @@ { "$schema": "./node_modules/oxfmt/configuration_schema.json", - "ignorePatterns": ["node_modules", "dist"], + "ignorePatterns": ["node_modules", "dist", "CHANGELOG.md"], "useTabs": true }