Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Post-0.12.1 release CI updates (#4873)
### What - Fixes #4763 - Fixes #4366 Updates to scripts/workflows: - [x] Ensure `sync_release_assets.py` fails if some requested asset is not found - This has tripped people up multiple times. The assets were not synced, but the job also didn't fail. - [x] Automate GitHub release - The `0.12.1` tag must be created on the release commit, otherwise the asset sync won't be able to find the assets. Failure fixes: - [x] Fix `latest` branch update - We have both a `latest` tag and a `latest` branch, and git doesn't know what the destination of `push release-x.y.z:latest` should be. The fix is to specify explicitly `refs/heads/release-x.y.z:refs/heads/latest` - Also deleted the tag because it was really out of date. - [x] Fix post-release version bump - The job was checking out the default branch and then it ran into merge conflicts in the `git pull`, solution should be to check out the release commit and skipping the `git pull` ### 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 the web demo (if applicable): * Using newly built examples: [app.rerun.io](https://app.rerun.io/pr/4873/index.html) * Using examples from latest `main` build: [app.rerun.io](https://app.rerun.io/pr/4873/index.html?manifest_url=https://app.rerun.io/version/main/examples_manifest.json) * Using full set of examples from `nightly` build: [app.rerun.io](https://app.rerun.io/pr/4873/index.html?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json) * [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/4873) - [Docs preview](https://rerun.io/preview/5db0e755be09fa2642987305a049681e79a29a7c/docs) <!--DOCS-PREVIEW--> - [Examples preview](https://rerun.io/preview/5db0e755be09fa2642987305a049681e79a29a7c/examples) <!--EXAMPLES-PREVIEW--> - [Recent benchmark results](https://build.rerun.io/graphs/crates.html) - [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)
- Loading branch information