Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add ability to select between nightly and stable version (#55) #465

Merged
merged 5 commits into from
Oct 22, 2024

Conversation

martin-mastermind
Copy link
Contributor

@martin-mastermind martin-mastermind commented Sep 1, 2024

This PR is meant to add ability to select new upgradable version of Nuxt. User can select between stable and nigthly versions. If nightly version is selected, user will be prompted to choose which branch will be installed ( v3 or v4, which is latest by the moment ). If nothing is defined in command, the classic upgrade will be called ( upgrade to latest stable Nuxt 3 version )

Closes #55

If this PR will be approved, I would like to add new information in documentation accordingly.

@martin-mastermind martin-mastermind changed the title feat: Add ability to select between nightly and stable version feat: Add ability to select between nightly and stable version (#55) Sep 1, 2024
@martin-mastermind
Copy link
Contributor Author

@pi0 Hi there! I don't want to strain you too much, but if you have free time and desire, could you check my PR please? I would really appreciate it, because it's my first PR to Nuxt ecosystem

src/commands/upgrade.ts Outdated Show resolved Hide resolved
src/commands/upgrade.ts Outdated Show resolved Hide resolved
@codecov-commenter
Copy link

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

Copy link
Member

@danielroe danielroe left a comment

Choose a reason for hiding this comment

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

nice! ❤️

@danielroe danielroe merged commit c028656 into nuxt:main Oct 22, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CLI command to switch between nightly and stable nuxt channels
3 participants