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
Currently releases of ecChronos need to be done manually. It would be nice to automate this so releases are performed with a click of the button. I think these points needs to be investigated in order to know what needs to be done:
Set release version and next version
Release from specific branch
Merge forward if releasing from a branch, i.e not master
Creating a release in github
Updating changelog automatically
GPG
Acceptance Criteria:
N/A
Definition of Done:
New issue(s) are created to automate the release process.
Notes:
See comments below.
The text was updated successfully, but these errors were encountered:
Set release version and next version - We can use input params to workflow_dispatch for this. Release from specific branch - Whoever is triggering the workflow has to choose a branch from a drop-down list. The workflow will be run from that specific branch. I.e release workflow will need to exist for all branches. The branch name can be accessed from GITHUB_REF variable.
Story Description:
Currently releases of ecChronos need to be done manually. It would be nice to automate this so releases are performed with a click of the button. I think these points needs to be investigated in order to know what needs to be done:
Acceptance Criteria:
N/A
Definition of Done:
New issue(s) are created to automate the release process.
Notes:
See comments below.
The text was updated successfully, but these errors were encountered: