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

Release 0.20.1-alpha.2 #8172

Merged
merged 8 commits into from
Nov 19, 2024
Merged

Release 0.20.1-alpha.2 #8172

merged 8 commits into from
Nov 19, 2024

Conversation

rerun-bot
Copy link
Collaborator

@rerun-bot rerun-bot commented Nov 19, 2024

Next steps

  • Test the release
  • If this is an 'alpha' release, you can just merge the pull request.
  • Otherwise:
    • For any added commits, run the release workflow in 'rc' mode again
    • After testing, _ensure that this PR is mergeable to _, then run the release workflow in 'release' mode
    • Once the final release workflow finishes it will create a GitHub release for you. Then:
      • Sanity check the build artifacts:
        • pip install: does it install and run?
        • cargo install of cli tool: does it install and run?
        • C++ SDK zip: does it contain rerun_c for all platforms?
      • Populate the release with the changelog and a nice header video/picture, check , then click .
      • Update the google colab notebooks to install this version and re-execute the notebook.

A few hours after the GitHub release is created, will create a
conda feedstock PR.
Make sure Jeremy is on top of it!

  • Tests
    • Windows
    • Linux
    • MacOS

@rerun-bot rerun-bot added ⛴ release Related to shipping or publishing exclude from changelog PRs with this won't show up in CHANGELOG.md labels Nov 19, 2024
Copy link

github-actions bot commented Nov 19, 2024

Latest documentation preview deployed successfully.

Result Commit Link
c8cd6b1 https://landing-org6waj1x-rerun.vercel.app/docs

Note: This comment is updated whenever you push a commit.

@@ -429,7 +429,8 @@ def publish_crate(crate: Crate, token: str, version: str, env: dict[str, Any]) -
retry_attempts = 5
while True:
try:
cargo(f"publish --quiet --token {token}", cwd=crate.path, env=env, dry_run=False, capture=True)
# We added --locked here hoping that `cargo publish` would use the included `Cargo.lock` file, but it doesn't.
Copy link
Member

Choose a reason for hiding this comment

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

This ultimately didn't help, but it shouldn't hurt either. Keeping it at least makes it obvious next time, that adding it isn't the solution

@@ -10,7 +10,7 @@ readme = "README.md"
repository.workspace = true
rust-version.workspace = true
version.workspace = true
include = ["../../LICENSE-APACHE", "../../LICENSE-MIT", "**/*.rs", "Cargo.toml"]
include.workspace = true
Copy link
Member

Choose a reason for hiding this comment

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

The main change in this PR is that we always include Cargo.lock in the crate package zip. That doesn't really do anything, unfortunately, but at least it is now consistent.

@emilk emilk merged commit dadea24 into main Nov 19, 2024
41 of 43 checks passed
@emilk emilk deleted the release-0.20.1-alpha.2 branch November 19, 2024 14:01
emilk added a commit that referenced this pull request Nov 19, 2024
emilk added a commit that referenced this pull request Nov 19, 2024
* Reverts verion-bump in #8172
* Publish crates with `cargo +1.80.0`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exclude from changelog PRs with this won't show up in CHANGELOG.md ⛴ release Related to shipping or publishing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants