-
Notifications
You must be signed in to change notification settings - Fork 1
Add release workflow #19
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
Closed
andrew-fleming
wants to merge
23
commits into
OpenZeppelin:main
from
andrew-fleming:add-release-flow
Closed
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
e454b34
fix: remove extends from turbo
0xisk 5bd566e
fix: delete the hardcoded artifacts, and compact to cli
0xisk cac2427
feat: gh pipeline
0xisk e7e47fe
fix: .github/ISSUE_TEMPLATE/config.yml
0xisk 34983fe
fix: requested changes
0xisk 769a860
refactor: fix setup
0xisk 0ef2ab4
refactor: fix vitest globalsetup
0xisk 4322f13
refactor: remove tests.yml and just using checks.yml
0xisk 565d772
fix fmt (#10)
andrew-fleming 3e93b14
add release workflow
andrew-fleming 0cb64f7
Merge branch 'main' into add-release-flow
andrew-fleming 1d6d87c
update auto commit
andrew-fleming 15907a1
improve release yml
andrew-fleming 4a9eca6
add releasing doc
andrew-fleming 1f0c57a
improve releasing doc
andrew-fleming 02451e7
Merge branch 'main' into add-release-flow
andrew-fleming 714f4b9
update actions/checkout to latest
emnul 225f9d0
Merge branch 'main' into pr/andrew-fleming/19
emnul 0f40e4a
add provenance flag
andrew-fleming bbfa51c
remove private field from manifest
andrew-fleming 8f956fa
Merge branch 'main' into add-release-flow
emnul 461e235
Pin actions/checkout to commit sha
emnul fcfcdb7
Merge branch 'main' into add-release-flow
emnul File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add provenance flag
- Loading branch information
commit 0f40e4a6598e31ce603a8a5bb84df28d79a3cd6c
There are no files selected for viewing
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
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.
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 hope we can switch this off and use Trusted Publishing with OIDC auth later. Yarn should support it (yarnpkg/berry#6898, yarnpkg/berry#6911)
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.
Just to be clear, You need to first publish the package and then enable OIDC for the subsequent versions.