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

Use GitHub Action to cut new releases #10

Open
agarzola opened this issue Mar 11, 2022 · 0 comments
Open

Use GitHub Action to cut new releases #10

agarzola opened this issue Mar 11, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@agarzola
Copy link
Member

Description

Currently, releases are the product of running yarn version --[major|minor|patch] locally, then pushing up the resulting commit and tag, and running npm publish. This should be something we handle with a GitHub Action that anyone on the team can run on-demand.

Proposed Solution

Find a GH Action in the marketplace that can create and publish new releases to npmjs.com. Ideally one that also adds information about what went into a release.

Alternatives Considered

None.

Additional Context

n/a

@agarzola agarzola added the enhancement New feature or request label Mar 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant