Pack's current version is ahead of the release being cut
Type URI: https://modeled-information-format.github.io/mif-rs/references/errors/pack-ahead-of-release/v1
HTTP status: 409
Exit code: 2
Emitted by: mif-rh (MifRhError::PackAheadOfRelease)
Message
Section titled “Message”pack '{name}' is at {pack_version}, ahead of the new release {new_version} — refusing to move it backwardThis fires when a pack’s current version is already higher than the release
version being cut. Applying the requested bump would move the pack’s version
backward, so mif-rh refuses rather than silently regressing it.
Suggested fix
Section titled “Suggested fix”MaybeIncorrect — cut a release at or above the pack’s current version, or leave this pack out of this bump.