eduNEXT / tutor-contrib-codejail

Tutor plugin that enables execution of untrusted code in secure sandboxes using an external service based on the codejail library.
GNU Affero General Public License v3.0
3 stars 13 forks source link

["FEAT"] Add workflows for bumpversion, changelog and draft release. #48

Closed MaferMazu closed 6 months ago

MaferMazu commented 8 months ago

Is your feature request related to a problem? Please describe. Add workflow for bump version to make it easy to generate release when some change is merged.

Describe the solution you'd like Something like this works: https://github.com/eduNEXT/eox-tenant/blob/master/.github/workflows/bump_version.yml.

MaferMazu commented 6 months ago

I'll close this issue because, analyzing the release process of other openedx products, I see that they release manually, which works well.