KhiopsML / khiops-python

The Python library of the Khiops AutoML suite
https://khiops.org
BSD 3-Clause Clear License
10 stars 1 forks source link

Make the Release workflow work #213

Open folmos-at-orange opened 4 months ago

folmos-at-orange commented 4 months ago

Description

A simple release workflow is available in (.github/workflows/release.yml) but it can't make the changes to the repository due to the branch protection system. The idea is to implement this with the GH API instead of bare git commands.

The workflow does the "git" part of the release checklist (cf (CONTRIBUTING.md)):

Questions/Ideas