-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Library release process #31
Comments
example of github action for library release process: https://github.com/MetaMask/metamask-api-specs/blob/main/.github/workflows/release-pr.yml |
got some actions together to use for our libraries: https://github.com/MetaMask/action-create-release-pr and used to release: instructions on how to use: |
This seems to be fully implemented. Can we close this issue? |
This is a tracking issue for creating an automated release process that can be used by all of our libraries. We may want to split this into smaller tickets.
release-X.Y.Z
)main
and version branches)The text was updated successfully, but these errors were encountered: