Skip to content

Automate package release process #121

@drborges

Description

@drborges

Currently, new package versions are published via npm publish --tolerate-republish.

The plan is to Implement a new Github action that can:

  1. Release a new NPM package version every time a Git tag is created;
  2. Automatically set the tag @next to be the most recent version released;
  3. Create @beta tag when releasing a beta version;
  4. Ship Arbor's first beta version, now that its API is fairly stable.

Using semantic-release may be interesting.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions