Skip to content
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

Implement Pre-Release Script #660

Closed
nlordell opened this issue Jun 24, 2024 · 1 comment
Closed

Implement Pre-Release Script #660

nlordell opened this issue Jun 24, 2024 · 1 comment
Assignees

Comments

@nlordell
Copy link
Collaborator

nlordell commented Jun 24, 2024

We want to further automate the publishing of new safe-deployments versions to NPM. One of the prerequisites would be to create releases on GitHub.

The expected outcome is a GitHub dispatch_workflow action that:

  1. Bumps the NPM version to be x.y.(z + 1) from the current version
  2. Builds a new package tarball with something like npm pack
  3. Creates a new GitHub release with automatially generated notes (gh release create --generate-notes can be used here) with the NPM tarball uploaded as an asset
@nlordell nlordell self-assigned this Jun 24, 2024
@nlordell
Copy link
Collaborator Author

nlordell commented Jul 4, 2024

Implemented in #674

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant