osl-incubator / scicookie

Cookiecutter template for a Python package.
https://osl-incubator.github.io/scicookie
Other
14 stars 18 forks source link

fix comment about semantic release #302

Closed xmnlab closed 3 months ago

xmnlab commented 4 months ago

https://github.com/osl-incubator/scicookie/blob/main/src/scicookie/%7B%7Bcookiecutter.project_slug%7D%7D/build-system/poetry/pyproject.toml#L9

it should be:

- version = "{{ cookiecutter.project_version }}" #semantic-release
+ version = "{{ cookiecutter.project_version }}"  # semantic-release
github-actions[bot] commented 2 months ago

:tada: This issue has been resolved in version 0.9.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: