diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d43c00d7..a51f8d60 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -2,7 +2,7 @@ name: release on: push: tags: - - "v*.*" + - "v*.*.*" permissions: contents: write jobs: diff --git a/CHANGELOG.md b/CHANGELOG.md index a5707599..64b9f67f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## Table of Contents -- [v0.1.0](#v010-rc1) +- [v0.1.0-rc1](#v010-rc1) ## v0.1.0-rc1 - \ No newline at end of file +initial release candidate. \ No newline at end of file