This repository was archived by the owner on Feb 22, 2023. It is now read-only.
[tool] github action to auto publish (skeleton) #3834
Merged
cyanglaz merged 7 commits intoflutter:masterfrom May 11, 2021
Merged
[tool] github action to auto publish (skeleton) #3834cyanglaz merged 7 commits intoflutter:masterfrom
cyanglaz merged 7 commits intoflutter:masterfrom
Conversation
added 2 commits
April 28, 2021 20:54
added 2 commits
April 28, 2021 21:07
stuartmorgan-g
approved these changes
May 4, 2021
.github/workflows/release.yml
Outdated
| fetch-depth: 0 #fetch all history so the tool can get all the tag to determine version. | ||
|
|
||
| - name: "Install Flutter" | ||
| # Github aciont doesn't support templates so it is hard to share this snippet with another action |
Contributor
There was a problem hiding this comment.
GitHub Actions don't support
.github/workflows/release.yml
Outdated
| - name: Checkout code | ||
| uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f | ||
| with: | ||
| fetch-depth: 0 #fetch all history so the tool can get all the tag to determine version. |
Contributor
There was a problem hiding this comment.
Nit: space after # please
cyanglaz
commented
May 4, 2021
Contributor
Author
cyanglaz
left a comment
There was a problem hiding this comment.
@stuartmorgan Updated pre review comments, PTAL
.github/workflows/release.yml
Outdated
| - name: Checkout code | ||
| uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f | ||
| with: | ||
| fetch-depth: 0 #fetch all history so the tool can get all the tag to determine version. |
.github/workflows/release.yml
Outdated
| fetch-depth: 0 #fetch all history so the tool can get all the tag to determine version. | ||
|
|
||
| - name: "Install Flutter" | ||
| # Github aciont doesn't support templates so it is hard to share this snippet with another action |
Contributor
Still LGTM. (I approved with the previous review.) |
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
May 11, 2021
cyanglaz
pushed a commit
that referenced
this pull request
May 11, 2021
This reverts commit 145b6cf.
cyanglaz
pushed a commit
that referenced
this pull request
May 11, 2021
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
May 11, 2021
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
May 12, 2021
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
May 12, 2021
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
May 12, 2021
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
May 19, 2021
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
May 19, 2021
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
May 19, 2021
fotiDim
pushed a commit
to fotiDim/plugins
that referenced
this pull request
Sep 13, 2021
fotiDim
pushed a commit
to fotiDim/plugins
that referenced
this pull request
Sep 13, 2021
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This is a skeleton github action, this will be integrated with the auto publish tool script once the tool script is ready.
partially flutter/flutter#81446
Pre-launch Checklist
dart format. See plugin_tool format)[shared_preferences]///).If you need help, consider asking for advice on the #hackers-new channel on Discord.