Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .github/workflows/auto-release-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:

permissions:
contents: write
packages: write
pull-requests: read

jobs:
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ permissions:
- `issues: write` is required when managed overflow comments are created, updated, or deleted (including cleanup on later runs).


### 📤 Outputs Parameters
### 📤 Output Parameters
| Output | Description |
|-------------|-------------------------------|
| `url` | Pull request URL |
Expand Down Expand Up @@ -211,7 +211,10 @@ jobs:
```

### 🎯 Use specific version
Run the Action with a specific version tag.
Pick the tag level based on your stability needs:
- `vX.Y.Z`: exact immutable release (most predictable)
- `vX.Y`: latest patch within one minor line
- `vX`: latest patch within one major line

```yaml
name: Run the Action
Expand Down
Loading