Skip to content

Commit

Permalink
Add notes about testing
Browse files Browse the repository at this point in the history
  • Loading branch information
laupow committed Mar 28, 2023
1 parent 0ab7430 commit fe25194
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ GitHub Actions will automatically package the compiled JS file.
It will force push `action.yml` and the compiled JS file to the release's tag.

The release process will keep major (`v1`) and minor (`v1.1`) tags current to the latest appropriate commit (this is skipped for pre-releases).

Note that it is possible to publish a prerelease from a branch. This is useful for testing the release process.

If you need to test functionality, you can use a `@main` or `@feature/new-capability` branch reference instead of a released tag.

0 comments on commit fe25194

Please sign in to comment.