Skip to content

Conversation

@kylegach
Copy link
Contributor

@kylegach kylegach commented Jun 9, 2025

What I did

Replace @next version specifiers with @latest in docs snippets and code examples.

(Note that this PR targets main, to only affect the latest docs.)

Checklist for Contributors

Testing

Manual testing

N/A

Documentation

  • Add or update documentation reflecting your changes
  • If you are deprecating/removing a feature, make sure to update
    MIGRATION.MD

Checklist for Maintainers

  • When this PR is ready for testing, make sure to add ci:normal, ci:merged or ci:daily GH label to it to run a specific set of sandboxes. The particular set of sandboxes can be found in code/lib/cli-storybook/src/sandbox-templates.ts

  • Make sure this PR contains one of the labels below:

    Available labels
    • bug: Internal changes that fixes incorrect behavior.
    • maintenance: User-facing maintenance tasks.
    • dependencies: Upgrading (sometimes downgrading) dependencies.
    • build: Internal-facing build tooling & test updates. Will not show up in release changelog.
    • cleanup: Minor cleanup style change. Will not show up in release changelog.
    • documentation: Documentation only changes. Will not show up in release changelog.
    • feature request: Introducing a new feature.
    • BREAKING CHANGE: Changes that break compatibility in some way with current major version.
    • other: Changes that don't fit in the above categories.

Greptile Summary

Updates version specifiers in documentation from @next to @latest to ensure users are directed to install stable releases instead of pre-release versions.

  • Fixed critical typo in docs/_snippets/init-command.md where 'storybook' was misspelled as 'storyboo'
  • Updated version tags in docs/get-started/frameworks/angular.mdx for automigrate command syntax
  • Modified version specifiers in docs/_snippets/storybook-upgrade.md across npm, pnpm, and yarn examples
  • Ensures consistent package manager syntax (npx, pnpm dlx, yarn dlx) while updating version tags

@kylegach kylegach self-assigned this Jun 9, 2025
@kylegach kylegach requested a review from jonniebigodes as a code owner June 9, 2025 14:38
@kylegach kylegach added documentation ci:docs Run the CI jobs for documentation checks only. labels Jun 9, 2025
@kylegach kylegach force-pushed the docs-snippets-next-to-latest branch from b4dd66f to d55cb6c Compare June 9, 2025 14:39
Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

3 files reviewed, no comments
Edit PR Review Bot Settings | Greptile

@nx-cloud
Copy link

nx-cloud bot commented Jun 9, 2025

View your CI Pipeline Execution ↗ for commit d55cb6c.

Command Status Duration Result
nx run-many -t build --parallel=3 ✅ Succeeded 1m 29s View ↗

☁️ Nx Cloud last updated this comment at 2025-06-09 14:45:59 UTC

@kylegach kylegach merged commit b3ecb98 into main Jun 9, 2025
8 checks passed
@kylegach kylegach deleted the docs-snippets-next-to-latest branch June 9, 2025 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci:docs Run the CI jobs for documentation checks only. documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants