-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Currently, new package versions are published via npm publish --tolerate-republish.
The plan is to Implement a new Github action that can:
- Release a new NPM package version every time a Git tag is created;
- Automatically set the tag
@nextto be the most recent version released; - Create @beta tag when releasing a beta version;
- Ship Arbor's first beta version, now that its API is fairly stable.
Using semantic-release may be interesting.
Metadata
Metadata
Assignees
Labels
No labels