Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: patch version not reset on minor increment #50

Merged
merged 2 commits into from
Dec 7, 2020

Conversation

ewingjm
Copy link
Owner

@ewingjm ewingjm commented Dec 4, 2020

Purpose

Fixes #20. When getting the next version for a solution merge, the patch version wasn't being set to 0 when the minor version was incremented.

Approach

Updated devhub_GetPostMergeSolutionVersion action to set patch version to 0 when minor is incremented.

TODOs

  • Automated test coverage for new code
  • Documentation updated (if required)
  • Build and tests successful

@ewingjm ewingjm added the bug Something isn't working label Dec 4, 2020
@ewingjm ewingjm merged commit 5b0da16 into master Dec 7, 2020
@ewingjm ewingjm deleted the bugfix/solution-version-components-not-reset branch December 7, 2020 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Patch version isn't getting reset on update of minor version
1 participant