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

ci: fix version number set in automatic release #34

Merged
merged 13 commits into from
Oct 16, 2020

Conversation

ewingjm
Copy link
Member

@ewingjm ewingjm commented Oct 16, 2020

Purpose

The version number was not being set correctly in the deployment stage of the release. This is because the GitVersion pipeline variable was not set by the GitVersion task. Output variables are required to use variables across stages.

Approach

Adds a task after the GitVersion task to set an output variable with the SemVer value. This can then be referenced in the deployment stage.

TODOs

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

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@ewingjm ewingjm merged commit 20e2ba1 into master Oct 16, 2020
@ewingjm ewingjm deleted the ci/fix-automatic-release-version-number branch October 16, 2020 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant