Skip to content

Add a test to make sure proper release procedure is followed for dwds and webdev #2095

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
merged 6 commits into from
Apr 19, 2023

Conversation

elliette
Copy link
Contributor

@elliette elliette commented Apr 18, 2023

Work towards #2085

Adds a check to make that dwds and webdev get released after a PR preparing them for release is landed. Also verifies that the repos are then reset before more changes can be landed.

Switches not-yet-published version to using -wip suffix instead of -dev suffix to follow naming conventions suggested in dart-lang/site-www#2453

@github-actions github-actions bot added package:dwds type-infra A repository infrastructure change or enhancement labels Apr 18, 2023
@elliette elliette changed the title Add a test to make sure proper release procedure is followed Add a test to make sure proper release procedure is followed for dwds and webdev Apr 18, 2023
@elliette elliette requested review from jakemac53 and natebosch April 18, 2023 21:35
absolutePath(pathFromWebdev: p.join(package, 'pubspec.yaml'));
final pubspec = Pubspec.parse(File(pubspecPath).readAsStringSync());
final version = pubspec.version!;
final isDev = version.toString().contains('dev');
Copy link
Member

Choose a reason for hiding this comment

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

Sorry for the churn, but I think we're updating our recommendation from using -dev to using -wip

dart-lang/site-www#2453 (comment)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Switched it over, thanks!

@elliette elliette merged commit 941eda5 into dart-lang:master Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog-not-required package:dwds package:webdev type-infra A repository infrastructure change or enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants