Skip to content

build: prepare workflows for deletion of develop branch#58

Merged
domire8 merged 4 commits intodevelopfrom
feature/update-workflows
Oct 23, 2023
Merged

build: prepare workflows for deletion of develop branch#58
domire8 merged 4 commits intodevelopfrom
feature/update-workflows

Conversation

@domire8
Copy link
Copy Markdown
Member

@domire8 domire8 commented Oct 19, 2023

Description

As we have done across almost all our stack, it would be nice to delete develop branch and work off main branch. For that, the workflows have to be updated. From now on, main will require linear history (right?).

The workflows follow these rules:

  • We no longer set the version with each commit by default, only when we want to release a change
  • Workflow would build and push rolling if there is no change in tag, else it builds and pushes rolling, latest, vX.Y.Z

Review guidelines

Estimated Time of Review: 10 minutes

Checklist before merging:

  • Confirm that the relevant changelog(s) are up-to-date in case of any user-facing changes

id: parse-tag
with:
fetch-depth: 2
- id: versions
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jjenscodee example of how you can compare versions with the new workflow

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks:+1:

Copy link
Copy Markdown
Member

@eeberhard eeberhard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, always hard to be sure but we can fix any problems in post if necessary :)

@domire8 domire8 merged commit 06b8bc8 into develop Oct 23, 2023
@domire8 domire8 deleted the feature/update-workflows branch October 23, 2023 09:39
@github-actions github-actions Bot locked and limited conversation to collaborators Oct 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants