-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
From the discussion of our last team meeting.
Let's work out a proper step-by-step guide. Here is my fist draft:
- make patches/enhancements on a branch
<branchname> - (maybe: run
to (re-)target main.)
$ .support/update_actions_tag.sh main
- merge
<branchname>tomain - checkout a new branch
vX.Y.Zfrommain. X.Y.Z have to be chosen according to the previous version and the "degree" changes according to our rules for semantic versioning - run
to target this branch
$ .support/update_actions_tag.sh
$ git pushto remote but don't open a PR- go to "releases" on the guthub webpage
- make a new release
actions-X.Y.Z - set the release to target the branch
vX.Y.Z - (maybe: manually set the previous release as
actions-(X-?).(Y-?).(Z-?)) - auto-generate release notes and hit release
- check that this release is tagged as "latest"
- make a new release
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels