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 }