Skip to content

Commit b7c2e4b

Browse files
authored
Canary: strip -DEV suffix to release 0.2.0 (#3)
## Summary End-to-end canary for the prerelease-batching feature merged in [ITensor/ITensorActions#110](ITensor/ITensorActions#110): exercise the strip-suffix release path. Expected behavior on this PR: - **VersionCheck (pre-merge):** pass. `0.2.0-DEV → 0.2.0` is the documented release transition. - **Registrator (post-merge):** fire and open a registry PR against `ITensorRegistry` for `ITensorTestPackage v0.2.0`. - **`is_breaking`:** derived against the last released version (`0.1.0`) via `find_last_released_version`, since `0.2.0-DEV` shares the bare `M.m.p` with this release. With `0.1.0` as the reference, this is a pre-1.0 minor bump → breaking → release notes propagate to the registry PR and the GitHub release. - **TagBot:** auto-fires after the registry PR merges, creating `v0.2.0` tag and release. Release notes: > Canary release validating the prerelease-batching workflow end-to-end. No package functionality changed between 0.1.0 and 0.2.0.
1 parent 89177df commit b7c2e4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ITensorTestPackage"
22
uuid = "843e44b4-204a-49e5-b531-f6a528cd7bee"
3-
version = "0.2.0-DEV"
3+
version = "0.2.0"
44
authors = ["ITensor developers <support@itensor.org> and contributors"]
55

66
[workspace]

0 commit comments

Comments
 (0)