Commit 954d961
authored
chore: prepare 0.2 code freeze (NVIDIA#103)
#### Overview
Prepare the NeMo Flow `0.2.0` code freeze by cutting the release branch and moving `main` forward for post-freeze development.
- [x] I confirm this contribution is my own work, or I have the right to submit it under this project's license.
- [x] I searched existing issues and open pull requests, and this does not duplicate existing work.
#### Details
- Created upstream release branch `release/0.2` from `upstream/main` at `47e3414`, where the workspace version is `0.2.0`.
- Added `release/0.2` to `.github/nightly-alpha-branches.yaml` so nightly alpha tags continue for the frozen release branch.
- Ran `just set-version 0.3.0` to bump `main` package metadata and refreshed `Cargo.lock` with `cargo check --workspace`.
- Release-bound PRs for `0.2.0` should now target `release/0.2`; ongoing development PRs continue to target `main`.
Validation:
- `cargo check --workspace`
- `just set-version 0.3.0`
- `uv run python -c 'import yaml; [yaml.safe_load(open(path, encoding="utf-8")) for path in (".github/nightly-alpha-branches.yaml", ".github/workflows/nightly-alpha-tag.yaml")]'`
- `git diff --check`
- `uv run pre-commit run --files .github/nightly-alpha-branches.yaml Cargo.toml Cargo.lock crates/node/package.json integrations/openclaw/package.json package-lock.json`
Note: the Ruby YAML validation command from the freeze checklist could not be run locally because `ruby` is not installed; the Python YAML parse above covered the same files, and pre-commit `check yaml` passed.
#### Where should the reviewer start?
Start with `.github/nightly-alpha-branches.yaml` to confirm the release branch is included, then `Cargo.toml` for the `main` version bump to `0.3.0`.
#### Related Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to)
- Relates to: none
## Summary by CodeRabbit
* **Chores**
* Version updated to 0.3.0 across workspace and package manifests.
* Added release/0.2 branch to nightly build configuration.
[](https://app.coderabbit.ai/change-stack/NVIDIA/NeMo-Flow/pull/103)
Authors:
- David Gardner (https://github.com/dagardner-nv)
Approvers:
- https://github.com/Salonijain27
- Will Killian (https://github.com/willkill07)
URL: NVIDIA#1031 parent 47e3414 commit 954d961
6 files changed
Lines changed: 17 additions & 16 deletions
File tree
- .github
- crates/node
- integrations/openclaw
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments