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

Completely automate the release process #35

Open
Thesephi opened this issue Jul 11, 2022 · 0 comments
Open

Completely automate the release process #35

Thesephi opened this issue Jul 11, 2022 · 0 comments

Comments

@Thesephi
Copy link
Member

Currently, a Release cycle involves:

  1. creating & merging a release PR (e.g. release/X.X.X)
  2. creating a new git tag (e.g. vX.X.X)
  3. using the GitHub interface to create a new Release
  4. then GitHub actions will automatically publish to npm & GitHub Packages registries

As seen above, only step (4) is automatic. Would be cool if steps (2) and (3) are also automated. Only step (1) should remain manual as it needs code reviewer approvals.

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