-
Notifications
You must be signed in to change notification settings - Fork 4
Labels
help wantedExtra attention is neededExtra attention is needed
Description
We should take advantage of GitHub Actions in order to:
ON PR TO DEVELOPMENT
- Automatically run unit tests
- Automatically run the build
- Enforce that both of these are passing with at least 1 review before allowing the PR to be merged.
ON MERGE TO MAIN
Alternatively, this could be on create release and skip step 3
- Automatically run the build
- Create a build artifact
- Create a release and tag with the appropriate next semantic version
- Publish the build artifact to NPM
- Generate release notes
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed