Dry run before publishing - #85
Open
mabadir wants to merge 5 commits into
Open
Conversation
Ravion Module Publish PlanDry run only. No Ravion API mutations were made. No publish changes are required. All versions already exist with identical config. |
Delay isGlobalPublished until remote validation and version creation succeed, so a rejected config no longer leaves a published definition with no version. Also apply the same visibility patch when an existing private definition's version is confirmed or created, and plan the patch in dry-run output. Keep validation failures from hiding other modules' plan items in the markdown output.
Contributor
Author
mabadir
force-pushed
the
ma/publish-dry-run
branch
from
August 10, 2026 19:57
ac4ead0 to
868c379
Compare
flybayer
approved these changes
Aug 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Greptile Summary
This PR makes global definition publication contingent on successfully validating and creating the first version.
Confidence Score: 4/5
The publication-ordering fix appears sound, but the outstanding incomplete-plan behavior should be fixed before merging.
Release-status conflicts still produce a result with no planned items, and the formatter returns after showing only those conflicts, so reviewers cannot inspect otherwise valid releases in the same run.
Files Needing Attention: tools/ravion-modules/src/publish.ts
Important Files Changed
Sequence Diagram
Reviews (2): Last reviewed commit: "Merge branch 'main' into ma/publish-dry-..." | Re-trigger Greptile