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: pop upgrade parachain upgrade parachain and print out the release changelog #280

Open
chungquantin opened this issue Aug 14, 2024 · 2 comments

Comments

@chungquantin
Copy link

It would be very helpful for parachain team to have this feature, we can simply build a wrapper over psvm but with better user experience. For example, reuse the diff files of base-parachain: https://github.com/r0gue-io/base-parachain/pull/26/files to guide the user how to upgrade their parachain. It does not need to 100% cover the changes but only some recommendations are good enough.

Release CHANGELOG printing can be Inspired by: https://github.com/moondance-labs/tanssi/blob/master/tools/github/print-version-bump-info.ts

$ pop upgrade parachain

Current version of the parachain: 1.10.0

> Enter the version of the release
[ ] 1.11.0
[ ] 1.12.0
[ ] 1.13.0
[ ] 1.14.0
@Daanvdplas
Copy link
Collaborator

We don't want to manually recommend changes per upgrade. What we make should be fully automated in my opinion.

@chungquantin
Copy link
Author

@Daanvdplas I think automatically apply the changes is quite hard to implement because every Substrate project has different codebase. But if it can be implemented, it gonna be a killer feature for pop-cli

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

No branches or pull requests

2 participants