You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the compile changelog workflow it is not entirely clear whether the input should be the version about to be released (e.g. 10.0.2) or the main version (e.g. 10.0) or something else. Turns out that for the workflow to use release/10.0 as source branch, you have to enter 10.0.0 even if that's not the version that is being released.
I believe it would be best to ask for the source branch instead of any version. That way we can support specific version branches (say release/10.0.2 if it existed) or the main release branch (release/10.0) with no ambiguity as to what the input should be for this workflow.