Skip to content

Completely automate the release process #35

@Thesephi

Description

@Thesephi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions