-
Notifications
You must be signed in to change notification settings - Fork 3
Description
What is our current release workflow? I discovered that at least some of the problems the CLS colleagues have with the examples are because the latest release was done on 23 January and there were many bug fixes done between then and the workshop which was never included in the release.
So I tried to make a new release myself by adding a tag for 0.2.4 and push it. Turns out that it isn't sufficient because of issue #204 so version numbers are not automatically read from git tags but I have to manually also change in the __init__ file. That already doesn't feel so convenient but now I'm also stuck because I can't push this change to the main branch. Do I really have to make a new branch, update the version number, make a merge request and wait for someone to approve before the release can be made? It didn't look like that is the procedure when I checked in the git history to understand what @gupichon had to do last time a release was made?