We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99d68d2 + d83ae5d commit af1d119Copy full SHA for af1d119
.github/workflows/semantic-release.yml
@@ -23,7 +23,6 @@ jobs:
23
uses: python-semantic-release/python-semantic-release@master
24
with:
25
github_token: ${{ secrets.GH_TOKEN }}
26
- root_options: "-vv"
27
28
- name: Publish to PyPI
29
uses: pypa/gh-action-pypi-publish@release/v1
@@ -34,4 +33,3 @@ jobs:
34
33
if: steps.release.outputs.released == 'true'
35
36
37
templates/release_notes.md.j2
@@ -1,3 +1,4 @@
1
+{% set version, release = context.history.released.items() | first %}
2
# {{ version.as_tag() }} ({{ release.tagged_date.strftime("%Y-%m-%d") }})
3
{% for type_, commits in release["elements"] | dictsort %}
4
## {{ type_ | capitalize if type_ != "ci" else "Continuous Integration" }}
0 commit comments