-
Notifications
You must be signed in to change notification settings - Fork 45
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] refactor the package publication workflow #152
Merged
Merged
Conversation
This file contains 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
AndyBoWu
requested review from
DonFungible,
edisonz0718 and
jacob-tucker
as code owners
April 25, 2024 18:29
AndyBoWu
force-pushed
the
feat/refactor_create_release_workflow
branch
from
April 25, 2024 18:33
a11e46a
to
40829ba
Compare
AndyBoWu
force-pushed
the
feat/refactor_create_release_workflow
branch
from
April 25, 2024 18:36
40829ba
to
72318eb
Compare
AndyBoWu
force-pushed
the
feat/refactor_create_release_workflow
branch
from
April 25, 2024 18:39
72318eb
to
ec809ab
Compare
AndyBoWu
force-pushed
the
feat/refactor_create_release_workflow
branch
from
April 25, 2024 18:42
ec809ab
to
1ebbf25
Compare
AndyBoWu
force-pushed
the
feat/refactor_create_release_workflow
branch
from
April 25, 2024 18:45
1ebbf25
to
bbc4e5d
Compare
AndyBoWu
force-pushed
the
feat/refactor_create_release_workflow
branch
from
April 25, 2024 18:51
bbc4e5d
to
3e26472
Compare
AndyBoWu
force-pushed
the
feat/refactor_create_release_workflow
branch
from
April 25, 2024 18:58
3e26472
to
1315d49
Compare
AndyBoWu
force-pushed
the
feat/refactor_create_release_workflow
branch
from
April 25, 2024 19:03
1315d49
to
fc8846f
Compare
AndyBoWu
force-pushed
the
feat/refactor_create_release_workflow
branch
from
April 25, 2024 19:06
fc8846f
to
6541350
Compare
AndyBoWu
force-pushed
the
feat/refactor_create_release_workflow
branch
from
April 25, 2024 19:17
6541350
to
8b1772c
Compare
AndyBoWu
force-pushed
the
feat/refactor_create_release_workflow
branch
from
April 25, 2024 19:20
8b1772c
to
9d45882
Compare
AndyBoWu
force-pushed
the
feat/refactor_create_release_workflow
branch
from
April 25, 2024 19:24
9d45882
to
8f92fac
Compare
AndyBoWu
force-pushed
the
feat/refactor_create_release_workflow
branch
from
April 25, 2024 19:26
8f92fac
to
4064676
Compare
AndyBoWu
added a commit
that referenced
this pull request
May 14, 2024
* [feat] refactor the package publication workflow (#152) * [test] create release (#153) * [feature] remove legacy workflow to create gh release (#157) * Test/create release workflow (#155) * [test] create release * [test] create release - 2 * Update publish-package.yaml (#158) * [fix] add condition check back * Fix CI syntax issue * [feat] add pr-internal workflow --------- Co-authored-by: Ze <[email protected]>
edisonz0718
added a commit
that referenced
this pull request
Jul 9, 2024
* [feat] refactor the package publication workflow (#152) * [test] create release (#153) * [feature] remove legacy workflow to create gh release (#157) * Test/create release workflow (#155) * [test] create release * [test] create release - 2 * Update publish-package.yaml (#158) * [fix] add condition check back * Fix CI syntax issue * Cenevan demo (#195) * Create test-slack-notifs.yml * Update test-slack-notifs.yml * Update test-slack-notifs.yml (#196) * Changed description and title for demo (#197) * Update test-slack-notifs.yml * Update test-slack-notifs.yml * Update publish-package.yml (#193) * Update publish-package.yaml * Update publish-package.yaml * Update publish-package.yaml * reusable slack workflow implemented * Update publish-package.yaml (#211) * Update publish-package.yaml (#217) * Bump up react sdk to 0.0.1 * Make react-sdk test's timeout longer * Update publish-package.yaml * Update @story-protocol/[email protected] in react sdk * Fix nonce issue when run integration test * Update style when run npm run generate command * Skip test about Non-Commercial Remix * Upgrade pnpm/action-setup version --------- Co-authored-by: Andy Wu <[email protected]> Co-authored-by: Ze <[email protected]> Co-authored-by: cenevan <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Example:
This pr adds user login function, includes:
Test Plan
Example:
Related Issue
Example: Issue #123
Notes