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

Add release pipeline for Azure CAC solution #4

Merged
merged 2 commits into from
Dec 1, 2023

Conversation

singhgss
Copy link
Contributor

@singhgss singhgss commented Dec 1, 2023

Overview/Summary

Adding Release pipeline to Azure CAC Solution
For creating release

# (After all PRs to be included are merged)
git checkout main
git fetch upstream
git reset upstream/main --hard

Update ./setup/tags.json with the prerelease version number.

git commit -am 'tags-v1.0.8'
git tag -f v1.0.8
git push upstream tag v1.0.8

Replace this with a brief description of what this Pull Request fixes, changes, etc.

This PR fixes/adds/changes/removes

  1. Adds Release Pipeline for Azure CAC Solution that creates release uploads assets and marks the release as latest.
  2. Adds changelog in the release automatically.

Breaking Changes

N/A

Testing Evidence

image

Please provide any testing evidence to show that your Pull Request works/fixes as described and planned (include screenshots, if appropriate).

As part of this Pull Request I have

  • Checked for duplicate Pull Requests
  • Associated it with relevant GitHub Issues
  • Ensured my code/branch is up-to-date with the latest changes in the main branch
  • Performed testing and provided evidence.
  • Updated relevant and associated documentation.
  • Ensure PowerShell module versions have been updated (manually or with the ./tools/Update-ModuleVersions.ps1 script)

@singhgss singhgss changed the title update Add release pipeline for Azure CAC solution Dec 1, 2023
@alalvi00
Copy link
Contributor

alalvi00 commented Dec 1, 2023

LGTM

@singhgss singhgss merged commit 453d2fd into main Dec 1, 2023
3 checks passed
@singhgss singhgss deleted the gsingh/add-release-pipeline branch December 1, 2023 14:58
dutt0 pushed a commit that referenced this pull request Feb 1, 2024
* update

* add new line to pipeline yml
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.

3 participants