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

deploy: autorelease on tags #847

Merged
merged 4 commits into from
Dec 16, 2021
Merged

deploy: autorelease on tags #847

merged 4 commits into from
Dec 16, 2021

Conversation

casperdcl
Copy link
Contributor

@casperdcl casperdcl commented Dec 14, 2021

Fixes #845

  - `git checkout master && git pull && git checkout -b M.m.p && npm version M.m.p && git push && gh pr create`
  - Merge the resulting PR
- - Draft a new [release](https://github.com/iterative/cml/releases), ensuring
-   all commits since last release are summarised in the release notes
+ - `git checkout master && git pull && git tag -f vM.m.p && git push --tags`
+    or comment `/tag vM.m.p SHA` in the PR
+ - Wait for a draft to appear under [releases](https://github.com/iterative/cml/releases)
+ - Check & publish the draft

@casperdcl casperdcl added technical-debt Refactoring, linting & tidying testing Unit tests & debugging deployment labels Dec 14, 2021
@casperdcl casperdcl self-assigned this Dec 14, 2021
@casperdcl casperdcl temporarily deployed to internal December 14, 2021 21:19 Inactive
@casperdcl casperdcl temporarily deployed to internal December 14, 2021 21:29 Inactive
@casperdcl casperdcl temporarily deployed to internal December 15, 2021 19:27 Inactive
@casperdcl casperdcl temporarily deployed to internal December 15, 2021 19:33 Inactive
@casperdcl
Copy link
Contributor Author

we can ignore the failing windows tests since they'll be fixed in #842

Copy link
Contributor

@DavidGOrtega DavidGOrtega left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Awesome @casperdcl

Copy link
Member

@0x2b3bfa0 0x2b3bfa0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤷🏼‍♂️ If you prefer this release method, LGTM.

@0x2b3bfa0 0x2b3bfa0 merged commit 041f367 into master Dec 16, 2021
@0x2b3bfa0 0x2b3bfa0 deleted the auto-deploy branch December 16, 2021 13:59
@casperdcl
Copy link
Contributor Author

casperdcl commented Dec 16, 2021

don't know yet; we'll see how it goes 🥼

casperdcl added a commit to iterative/cml.dev that referenced this pull request Dec 21, 2021
@casperdcl casperdcl added the releases Shipping builds label Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
releases Shipping builds technical-debt Refactoring, linting & tidying testing Unit tests & debugging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

improve release process
3 participants