mindee / tawazi

A DAG Scheduler library written in pure python
https://mindee.github.io/tawazi/
Apache License 2.0
83 stars 5 forks source link

[FEATURE] CI for tagging, releasing and publishing #184

Open bashirmindee opened 10 months ago

bashirmindee commented 10 months ago

Is your feature request related to a problem? Please describe. Currently we tag, release and publish manually. This is error prone and should be fixed.

Describe the solution you'd like A tag should be automatically created when a commit changes the version of the package and when the changelog contains a corresponding entry. If there is a pre-existing solution for open source projects, we can use it (to follow the standard).