diff --git a/.copier-answers.ci.yml b/.copier-answers.ci.yml index 6384280..a094c36 100644 --- a/.copier-answers.ci.yml +++ b/.copier-answers.ci.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: v0.2.0-1-gda1a5c4 +_commit: v0.2.1 _src_path: gh:athackst/ci automerge_mode: poll do_releases: true diff --git a/.github/ci-config.yml b/.github/ci-config.yml index 8dcfe75..d6bad07 100644 --- a/.github/ci-config.yml +++ b/.github/ci-config.yml @@ -3,7 +3,11 @@ name-template: "Release v$RESOLVED_VERSION" tag-template: "v$RESOLVED_VERSION" -template-file: ".github/release_template.md" +template: | + ## What's changed + + $CHANGES + categories: - title: ':zap: Breaking' labels: diff --git a/.github/release_template.md b/.github/release_template.md deleted file mode 100644 index 4589af8..0000000 --- a/.github/release_template.md +++ /dev/null @@ -1,5 +0,0 @@ - - -## What's changed - -$CHANGES