-
Notifications
You must be signed in to change notification settings - Fork 547
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
docs: add migration steps for Ignite CLI v0.27.1 #3558
Merged
Merged
Conversation
This file contains 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
There are more `app.go` changes to be added to the migration guide and after that the document must be copied to nightly docs.
jeronimoalbi
added
component:docs
Documentation additions or improvements.
skip-changelog
Don't check changelog for new entries
labels
Jun 22, 2023
Visit the preview URL for this PR (updated for commit 631a737): https://igntservices-docs--pr3558-docs-v0-27-migration-vy2fvv9p.web.app (expires Thu, 06 Jul 2023 07:24:12 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 95379efd94dd497aaa37c2d0354e6e2cafca5ec5 |
Using the new Ignite CLI version won't work with an existing app state unless the parameters are migrated. Without the migration the app can oly be run using the `--reset-once` flag.
The issues have no relation to the migration PR but fixes are required to pass CI checks.
ilgooz
approved these changes
Jun 28, 2023
Jchicode
pushed a commit
to Jchicode/cli
that referenced
this pull request
Aug 9, 2023
* docs: add initial migration steps for v0.27.1 There are more `app.go` changes to be added to the migration guide and after that the document must be copied to nightly docs. * docs: add `app.go` changes * chore: remove init function from app changes * chore: add missing remove line * docs: add missing migration steps * docs: add app changes for IBC migration * docs: add missing migration steps * docs: add missing migration steps * chore: add link to parameters migration Using the new Ignite CLI version won't work with an existing app state unless the parameters are migrated. Without the migration the app can oly be run using the `--reset-once` flag. * chore: copy migration docs to nightly documentation * docs: correct issues in documentation * fix: correct link issues The issues have no relation to the migration PR but fixes are required to pass CI checks.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component:docs
Documentation additions or improvements.
skip-changelog
Don't check changelog for new entries
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.
Closes #3519