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

Create release pipeline for MRTK3 #11556

Closed
1 of 2 tasks
AMollis opened this issue May 15, 2023 · 1 comment
Closed
1 of 2 tasks

Create release pipeline for MRTK3 #11556

AMollis opened this issue May 15, 2023 · 1 comment

Comments

@AMollis
Copy link
Member

AMollis commented May 15, 2023

This issue has been migrated a new MRTK repository, and the status of this issue will now be tracked at the following location:


  • Setup new pipeline to create release candidate package. Publish to internal feed
  • Update pack-upm.ps1 script to download release candidate package and then reversion, rename, and repackage it.

Preview Packages

CI Builds =  [Major].[Minor].[Patch]-build.pre.[PreviewNumber].[DateNumber].[Counter]    (counter based off "DateNumber")
Release Candidate  = [Major].[Minor].[Patch]-prerelease.pre.[PreviewNumber].[DateNumber].[Counter]   (counter based off "DateNumber")
Release = [Major].[Minor].[Patch]-pre.[PreviewNumber]  

3.0.2-build.pre.15.yyyyMMdd.2

Non-Preview Packages

CI Builds =  [Major].[Minor].[Patch]-build.[DateNumber].[Counter]    (counter based off "DateNumber")
Release Candidate  = [Major].[Minor].[Patch]-prerelease.[DateNumber].[Counter]   (counter based off "DateNumber")
Release = [Major].[Minor].[Patch]

3.0.2-build.yyyyMMdd.2

@AMollis
Copy link
Member Author

AMollis commented May 25, 2023

Work has been completed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants