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

devops: start releasing from Github Actions #1890

Merged

Conversation

aslushnikov
Copy link
Contributor

This patch:

  • removes releasing from Travis CI
  • sets up a new GH Action that releases @next version from tip-of-tree

Once this GH Action proves to be working, we'll setup a publish_release.yml
workflow that will be triggered only by release github events
and that will publish released version with LATEST tag.

NOTE: this workflow does not actually run publishing - we're doing
--dry-run for now to see how it works in
//utils/publish_all_packages.sh.

This patch:
- removes releasing from Travis CI
- sets up a new GH Action that releases @next version from tip-of-tree

Once this GH Action proves to be working, we'll setup a `publish_release.yml`
workflow that will be triggered only by **release** github events
and that will publish released version with `LATEST` tag.

NOTE: this workflow does not actually run publishing - we're doing
`--dry-run` for now to see how it works in
`//utils/publish_all_packages.sh`.
@aslushnikov aslushnikov merged commit ac8a30c into microsoft:master Apr 21, 2020
@aslushnikov aslushnikov deleted the release-from-github-action branch April 21, 2020 00:45
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