Skip to content

Update CONTRIBUTING doc for the Dart Debug Extension #1524

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

Merged

Conversation

elliette
Copy link
Contributor

Add more detailed instructions for building and releasing.

@elliette elliette requested review from annagrin and grouma February 25, 2022 00:30
> *At this point, you should manually verify that everything is working by following the steps in [Local Development](#local-development).*
3. Open a PR to submit the version and build changes.
4. Once submitted, pull the changes down to your local branch, and create a zip of the `debug_extension/web` directory (NOT `debug_extension/build/web`).
5. Rename the zip `version_XX.XX.XX.zip` (eg, `version_1.24.0.zip`) and add it to the go/dart-debug-extension-zips folder
Copy link
Member

Choose a reason for hiding this comment

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

What's the intent behind this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The idea is that if we need to "roll back" the extension (which is really just re-releasing an older version), we can do so easily. Obviously this would be possible if we just checked out a particular commit, but storing the zips makes it easier. We unfortunately still have to wait for the older version to get published.

Copy link
Member

Choose a reason for hiding this comment

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

If I recall there isn't a supported rollback feature in the Chrome Webstore so this makes sense.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok, great! Also added instructions on rollback to the doc

@elliette elliette merged commit 40a7c9d into dart-lang:master Feb 26, 2022
@elliette elliette deleted the update-debug-extension-documentation branch May 4, 2022 22:38
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.

2 participants