diff --git a/README.md b/README.md index 0234ae5..f2682aa 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ jobs: with: # In this example, the approver must have the write access # to the repository to trigger the package preview. - require: 'write' + require: "write" publish: needs: check @@ -232,6 +232,9 @@ jobs: > Releasing approved pull requests is the recommended way of having continuous releases. This ensures users always install approved and safe packages. +> [!TIP] +> For any in-repo branch not yet opened as a pull request, if pkg.pr.new has already run on it, a `@branch-name` tag will link to the latest commit.
Example: http://pkg.pr.new/vite@main + #### Avoid publishing on tags ```yml