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
Create a Github action that triggers the whole release flow, which is reusable for other repositories. The version is not manually entered as input but instead automatically taken from the naming of the release branch from which the release is being created.
note: some work was done here already: EM and here as well: EPP
friedrichwilken
changed the title
Github action: Create release without version input
Github action: create version number without manual input
Jan 4, 2024
Description
Create a Github action that triggers the whole release flow, which is reusable for other repositories. The version is not manually entered as input but instead automatically taken from the naming of the release branch from which the release is being created.
Acceptance
-> reusable script
-> here
release-x.y
-> here
x.y
from branch name,z
from existing version +1)(e.g. 1.0.1 already exists, validation prevents you from creating 0.0.5)
The text was updated successfully, but these errors were encountered: