-
Notifications
You must be signed in to change notification settings - Fork 3.9k
[cupertino_ui] Publish pre-release 0.0.2 #12251
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
Changes from all commits
1425ed0
26aabe1
cad31b6
78d98c1
c58cc64
39f9534
5be51c0
f6468c3
3cda54c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| name: "Creates Batch Release for cupertino_ui" | ||
|
|
||
| on: | ||
| workflow_dispatch: | ||
| schedule: | ||
| # Run every Monday at 8:00 AM. Update cron as needed. | ||
| - cron: "0 8 * * 1" | ||
|
|
||
| jobs: | ||
| dispatch_release_pr: | ||
| runs-on: ubuntu-latest | ||
| permissions: | ||
| contents: write | ||
| steps: | ||
| - name: Repository Dispatch | ||
| uses: peter-evans/repository-dispatch@5fc4efd1a4797ddb68ffd0714a238564e4cc0e6f | ||
| with: | ||
| event-type: batch-release-pr | ||
| client-payload: '{"package": "cupertino_ui"}' | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| changelog: | | ||
| - Copies over all Cupertino code from flutter/flutter. | ||
| - Copies over Cupertino localizations from flutter/flutter's | ||
| flutter_localizations package. | ||
| - Migrates API doc samples and formatting. | ||
| - Updates minimum supported SDK version to Flutter 3.44/Dart 3.12. | ||
| version: patch |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| # Use this file as a template to draft an unreleased changelog file. | ||
| # Make a copy of this file in the same directory, give it an appropriate name, and fill in the details. | ||
| changelog: | | ||
| - Can include a list of changes. | ||
| - with markdown supported. | ||
| version: <major|minor|patch|skip> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,6 @@ | ||
| name: cupertino_ui | ||
| description: The official Flutter Cupertino Design Library, implementing the iOS design system. | ||
| version: 0.0.1 | ||
| publish_to: none | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Attempting to publish
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hrm. Is this true?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm hoping this is not true and I can fix it after publishing. |
||
| repository: https://github.com/flutter/packages/tree/main/packages/cupertino_ui | ||
| issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A%20cupertino%22 | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this means this won't go out until next Monday?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any way to manually trigger it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes: https://github.com/flutter/packages/actions/workflows/cupertino_ui_batch.yml
I'll try it after postsubmits pass.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sweet!