diff --git a/.semantic_release/CHANGELOG.md.j2 b/.semantic_release/CHANGELOG.md.j2 index 2dcaa1f7..2fe5bc0d 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 c09d81be..55f73d99 100644 --- a/requirements-release.txt +++ b/requirements-release.txt @@ -1 +1 @@ -python-semantic-release == 9.8.* \ No newline at end of file +python-semantic-release == 9.12.* \ No newline at end of file