-
Notifications
You must be signed in to change notification settings - Fork 536
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
[0.26>main] Port pipeline update to main #3550
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…fluid->0.19.1 (#3497) Also bump package version to forward after release - build-common -> 0.19.3 - eslint-config-fluid -> 0.19.2
Also bump package version forward after release: common-definitions->0.19.2
Also bump package version after release - server->0.1012.1 Tinylicious need a fix with the new ITenantManager.createTenant method.
Also bump package version after release: - client->0.26.1 Bump all services' dep to released versions
Align docker image repository name with MCR requirements. Stricter condition for release builds only main branch can release if the build number is in patch only release/* branch can release if build number is in use in prerelease portion of the version add force published to override to able to publish and release any where (shouldn't normally used) Add error checking for release/publish mode.
CODEOWNER applies on every branch and even forks. Use github action instead to only have it run on master and release branches
curtisman
changed the title
[0.26>main] Port pipeilne update to main
[0.26>main] Port pipelune update to main
Sep 8, 2020
curtisman
changed the title
[0.26>main] Port pipelune update to main
[0.26>main] Port pipeline update to main
Sep 8, 2020
tylerbutler
approved these changes
Sep 8, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐶
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add pipeline work flow to publishing docker images (#3543)
Use semver for docker image tags instead of just the build id (#3545)
Use github action instead of CODEOWNER to auto assign reviewers (#3547)