Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: docs #272

Merged
merged 4 commits into from
Nov 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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. <br/> Example: http://pkg.pr.new/vite@main
AmirSa12 marked this conversation as resolved.
Show resolved Hide resolved

#### Avoid publishing on tags

```yml
Expand Down