Skip to content

Conversation

V3RON
Copy link
Contributor

@V3RON V3RON commented Aug 18, 2025

Nearly all pull requests should include a version plan that describes the changes and determines which packages should be bumped and how. This pull request adds a new workflow that ensures a version plan is present. If it is missing, the workflow will prompt the user to add one.

Copy link

vercel bot commented Aug 18, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
rozenite Skipped Skipped Aug 18, 2025 7:43am

Copy link

👋 Hey @V3RON, thanks for your contribution!

It looks like this PR changes code but doesn't include a version plan.
Version plans are required so we can properly bump package versions and generate changelogs.


🔍 Affected projects

  • @rozenite/metro

👉 What to do

  1. Run the following command locally to create a version plan:

    npx nx release plan

    _(You can also pass specific projects: npx nx release plan --projects=@rozenite/metro)

  2. When prompted, choose the appropriate version bump (patch / minor / major / prerelease).

  3. Write a single-paragraph description of the change.

    • This text will be shown in the changelog.
    • Keep it clear and concise, describing what changed and why.
  4. Commit the generated file(s) under .nx/version-plans/ and push to this branch.

    • ✅ It's okay to create multiple version plans if your PR includes unrelated changes.

⚡ Once you do that, this check will pass automatically. Thanks for keeping our releases tidy!

Copy link

This pull request has been marked as stale because it has been inactive for 30 days. Please update this pull request or it will be automatically closed in 14 days.

@V3RON V3RON closed this Sep 29, 2025
@V3RON V3RON deleted the build/version-plan-job branch September 29, 2025 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant