Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

ci: use semantic commits to determine next release version and fix final merge step #2979

Merged
merged 1 commit into from
Apr 26, 2022

Conversation

davidmurdoch
Copy link
Member

@davidmurdoch davidmurdoch commented Apr 25, 2022

Our previous release mostly worked (it failed to auto-merge back into the develop branch) but had the wrong version number for the next feature release. The release process wasn't detecting feature commits, which would cause feature releases to be versioned incorrectly (patch update instead of a minor update). This PR should fix both of these issues.

Copy link
Member

@cds-amal cds-amal left a comment

Choose a reason for hiding this comment

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

This is cool ...and looks good to me!

.github/workflows/release.yml Show resolved Hide resolved
.github/workflows/release.yml Show resolved Hide resolved
@davidmurdoch davidmurdoch changed the title ci: fix release tagging ci: use semantic commits to determine next release version and fix final merge step Apr 26, 2022
@davidmurdoch davidmurdoch force-pushed the master-test branch 2 times, most recently from b567fc3 to 7acc56a Compare April 26, 2022 15:53
@davidmurdoch davidmurdoch merged commit bffd5cb into develop Apr 26, 2022
@davidmurdoch davidmurdoch deleted the master-test branch April 26, 2022 20:26
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.

2 participants