From d1ec6a8233e980af98f804498b95eaef11459731 Mon Sep 17 00:00:00 2001 From: lucaseck <117225985+lucaseck@users.noreply.github.com> Date: Thu, 31 Oct 2024 11:10:00 -0500 Subject: [PATCH] chore(deps): update to python-semantic-release 9.12 Signed-off-by: lucaseck <117225985+lucaseck@users.noreply.github.com> --- .semantic_release/CHANGELOG.md.j2 | 8 ++++---- requirements-release.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.semantic_release/CHANGELOG.md.j2 b/.semantic_release/CHANGELOG.md.j2 index 2dcaa1f..2fe5bc0 100644 --- a/.semantic_release/CHANGELOG.md.j2 +++ b/.semantic_release/CHANGELOG.md.j2 @@ -8,16 +8,16 @@ {% endfor %} {% endif %} - {% if "feature" in release["elements"] %} + {% if "features" in release["elements"] %} ### Features - {% for commit in release["elements"]["feature"] %} + {% for commit in release["elements"]["features"] %} * {% if commit.scope %}**{{ commit.scope }}**: {% endif %}{{ commit.commit.summary[commit.commit.summary.find(": ")+1:].strip() }} ([`{{ commit.short_hash }}`]({{ commit.commit.hexsha | commit_hash_url }})) {% endfor %} {% endif %} - {% if "fix" in release["elements"] %} + {% if "bug fixes" in release["elements"] %} ### Bug Fixes - {% for commit in release["elements"]["fix"] %} + {% for commit in release["elements"]["bug fixes"] %} * {% if commit.scope %}**{{ commit.scope }}**: {% endif %}{{ commit.commit.summary[commit.commit.summary.find(":")+1:].strip() }} ([`{{ commit.short_hash }}`]({{ commit.commit.hexsha | commit_hash_url }})) {% endfor %} {% endif %} diff --git a/requirements-release.txt b/requirements-release.txt index 8883811..55f73d9 100644 --- a/requirements-release.txt +++ b/requirements-release.txt @@ -1 +1 @@ -python-semantic-release == 9.9.* \ No newline at end of file +python-semantic-release == 9.12.* \ No newline at end of file