From f70b8d8d30cbe328e23e88a36644fa7a41ebaa57 Mon Sep 17 00:00:00 2001 From: Charlie McBride Date: Fri, 12 Jul 2024 11:18:12 -0700 Subject: [PATCH] update settings file to json and add comment --- .github/workflows/release-trigger.yaml | 3 +++ .releaserc.yaml => .releaserc.json | 0 2 files changed, 3 insertions(+) rename .releaserc.yaml => .releaserc.json (100%) diff --git a/.github/workflows/release-trigger.yaml b/.github/workflows/release-trigger.yaml index 1439f4075..3194afc38 100644 --- a/.github/workflows/release-trigger.yaml +++ b/.github/workflows/release-trigger.yaml @@ -28,4 +28,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | npm install conventional-changelog-conventionalcommits -D + # Using the current latest major version of semantic-release v24, to + # prevent automated breaking changes, but still pickup features and patches ASAP. + # Will need to adopt new major versions as they are released. npx semantic-release@24 \ No newline at end of file diff --git a/.releaserc.yaml b/.releaserc.json similarity index 100% rename from .releaserc.yaml rename to .releaserc.json