diff --git a/.github/labeler.yml b/.github/labeler.yml index 9467aa7..5ebac9e 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,4 +1,4 @@ # Configuration for labeler - https://github.com/actions/labeler -🛠 Improvement: FastGithub/**/* +🛠 Improvement: FastGithub*/**/* Actions: .github/workflows/**/* diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index fedcef8..5f54305 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,5 +1,5 @@ -name-template: "v$RESOLVED_VERSION 🌈" -tag-template: "v$RESOLVED_VERSION" +name-template: "$RESOLVED_VERSION 🌈" +tag-template: "$RESOLVED_VERSION" categories: - title: "💥 Breaking Changes" label: "💥 Breaking Change" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8b1ea83..229398b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,6 +60,6 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} owner: "newbe36524" repository: "FastGithub" - tagName: "v${{ steps.gitversion.outputs.MajorMinorPatch }}" + tagName: "${{ steps.gitversion.outputs.MajorMinorPatch }}" assets: | FastGithub-${{ matrix.os }}-${{ steps.gitversion.outputs.MajorMinorPatch }}.zip