Skip to content
Open
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The examples above pin the action at `@v0`, the moving major-version tag. It alw
`@v0` only advances on stable releases, never on prereleases. If you prefer to control upgrades yourself, pin an exact release instead and bump it when you choose:

```yaml
- uses: oasdiff/oasdiff-action/breaking@v0.1.1
- uses: oasdiff/oasdiff-action/breaking@v0.1.2
```

`@main` runs the unreleased tip and is meant for trying changes early, not for production.
Expand Down
Loading