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

0.10 release checklist #3962

Closed
27 of 33 tasks
emilk opened this issue Oct 23, 2023 · 1 comment
Closed
27 of 33 tasks

0.10 release checklist #3962

emilk opened this issue Oct 23, 2023 · 1 comment
Labels
🌊 C++ API C/C++ API specific ⛴ release Related to shipping or publishing
Milestone

Comments

@emilk
Copy link
Member

emilk commented Oct 23, 2023

Before the release

Directly after the release

Days after the release

@emilk emilk added the ⛴ release Related to shipping or publishing label Oct 23, 2023
@emilk emilk added the 🌊 C++ API C/C++ API specific label Oct 24, 2023
@Wumpf Wumpf added this to the 0.10 C++ milestone Oct 24, 2023
Wumpf added a commit that referenced this issue Oct 30, 2023
### What

* Part of  #3962

### Checklist
* [x] I have read and agree to [Contributor
Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and
the [Code of
Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md)
* [x] I've included a screenshot or gif (if applicable)
* [x] I have tested [demo.rerun.io](https://demo.rerun.io/pr/4064) (if
applicable)
* [x] The PR title and labels are set such as to maximize their
usefulness for the next release's CHANGELOG

- [PR Build Summary](https://build.rerun.io/pr/4064)
- [Docs
preview](https://rerun.io/preview/ae3c74d303c64121864d9982c455b5cbd5dfb2ad/docs)
<!--DOCS-PREVIEW-->
- [Examples
preview](https://rerun.io/preview/ae3c74d303c64121864d9982c455b5cbd5dfb2ad/examples)
<!--EXAMPLES-PREVIEW-->
- [Recent benchmark results](https://ref.rerun.io/dev/bench/)
- [Wasm size tracking](https://ref.rerun.io/dev/sizes/)
Wumpf added a commit that referenced this issue Oct 30, 2023
### What

* Part of #3962
* Document options of rerun_cpp's CMakeLists.txt
* Based on #4064

### Checklist
* [x] I have read and agree to [Contributor
Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and
the [Code of
Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md)
* [x] I've included a screenshot or gif (if applicable)
* [x] I have tested [demo.rerun.io](https://demo.rerun.io/pr/4066) (if
applicable)
* [x] The PR title and labels are set such as to maximize their
usefulness for the next release's CHANGELOG

- [PR Build Summary](https://build.rerun.io/pr/4066)
- [Docs
preview](https://rerun.io/preview/0541c21ed2bd62fb42d04106a95145490425dbeb/docs)
<!--DOCS-PREVIEW-->
- [Examples
preview](https://rerun.io/preview/0541c21ed2bd62fb42d04106a95145490425dbeb/examples)
<!--EXAMPLES-PREVIEW-->
- [Recent benchmark results](https://ref.rerun.io/dev/bench/)
- [Wasm size tracking](https://ref.rerun.io/dev/sizes/)
Wumpf added a commit that referenced this issue Oct 30, 2023
### What

* part of  #3962
* Readme for C++ & C examples

### Checklist
* [x] I have read and agree to [Contributor
Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and
the [Code of
Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md)
* [x] I've included a screenshot or gif (if applicable)
* [x] I have tested [demo.rerun.io](https://demo.rerun.io/pr/4076) (if
applicable)
* [x] The PR title and labels are set such as to maximize their
usefulness for the next release's CHANGELOG

- [PR Build Summary](https://build.rerun.io/pr/4076)
- [Docs
preview](https://rerun.io/preview/35a6473f5e8698543c740b95516fed5a4222ee4c/docs)
<!--DOCS-PREVIEW-->
- [Examples
preview](https://rerun.io/preview/35a6473f5e8698543c740b95516fed5a4222ee4c/examples)
<!--EXAMPLES-PREVIEW-->
- [Recent benchmark results](https://ref.rerun.io/dev/bench/)
- [Wasm size tracking](https://ref.rerun.io/dev/sizes/)
@emilk emilk mentioned this issue Oct 30, 2023
17 tasks
emilk added a commit that referenced this issue Oct 30, 2023
Changelog:
https://github.com/rerun-io/rerun/blob/release-0.10.0/CHANGELOG.md

* Part of #3962


### 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, run the release workflow in 'release' mode
- Once the final release workflow finishes, [create a GitHub
release](https://github.com/rerun-io/rerun/releases/new)

- [x] Tests
  - [x] Windows
     - [x] Wheels
     - [x] Crates
     - [x] Web-viewer
     - [x] C++ SDK
  - [x] Linux
     - [x] Wheels
     - [x] Crates
     - [x] Web-viewer
     - [x] C++ SDK
  - [x] MacOS
     - [x] Wheels
     - [x] Crates
     - [x] Web-viewer
     - [x] C++ SDK
     - [x] C++ getting started guide

---------

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
Co-authored-by: Jeremy Leibs <jeremy@rerun.io>
Co-authored-by: Andreas Reich <andreas@rerun.io>
Co-authored-by: Clement Rey <cr.rey.clement@gmail.com>
emilk added a commit that referenced this issue Oct 30, 2023
### What
* Part of #3962

### Checklist
* [x] I have read and agree to [Contributor
Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and
the [Code of
Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md)
* [x] I've included a screenshot or gif (if applicable)
* [x] I have tested [demo.rerun.io](https://demo.rerun.io/pr/4086) (if
applicable)
* [x] The PR title and labels are set such as to maximize their
usefulness for the next release's CHANGELOG

- [PR Build Summary](https://build.rerun.io/pr/4086)
- [Docs
preview](https://rerun.io/preview/a05da824b65bd0dc06746f46b8e4dca78d8d1f7e/docs)
<!--DOCS-PREVIEW-->
- [Examples
preview](https://rerun.io/preview/a05da824b65bd0dc06746f46b8e4dca78d8d1f7e/examples)
<!--EXAMPLES-PREVIEW-->
- [Recent benchmark results](https://ref.rerun.io/dev/bench/)
- [Wasm size tracking](https://ref.rerun.io/dev/sizes/)

---------

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
@Wumpf
Copy link
Member

Wumpf commented Nov 2, 2023

Standalone ticket for the last unchecked item:

@Wumpf Wumpf closed this as completed Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌊 C++ API C/C++ API specific ⛴ release Related to shipping or publishing
Projects
None yet
Development

No branches or pull requests

2 participants