From 278fdb9559a17fd4f6211a369d44d8c5f49688a2 Mon Sep 17 00:00:00 2001 From: Peter Huene Date: Thu, 17 Oct 2024 10:35:35 -0700 Subject: [PATCH] chore: trigger release on `v*` tags. Also add the tag name to the published artifacts. --- .github/pull_request_template.md | 2 +- .github/workflows/release.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a33b779..b47be4e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -32,7 +32,7 @@ Rule specific checks: - [ ] You have added a test that covers every possible setting for the rule within the file where the rule is implemented. -END SECTIOn --> +END SECTION -->