Skip to content

Commit aec69db

Browse files
fix: update README for clarity and versioning guidance (#203)
* fix: update README for clarity and versioning guidance * fix: add package write permission to auto-release workflow --------- Co-authored-by: ChristophShyper <45788587+ChristophShyper@users.noreply.github.com>
1 parent 1fba1d8 commit aec69db

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/auto-release-create.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ on:
2020

2121
permissions:
2222
contents: write
23+
packages: write
2324
pull-requests: read
2425

2526
jobs:

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
find . -type f -name "*.md" -print0 | xargs -0 sed -i "s/foo/bar/g"
138138
139139
- name: Commit and push changes
140-
uses: devops-infra/action-commit-push@v.11.4
140+
uses: devops-infra/action-commit-push@v1.2.1
141141
with:
142142
github_token: ${{ secrets.GITHUB_TOKEN }}
143143
commit_prefix: "[AUTO-COMMIT] "
@@ -234,7 +234,10 @@ This action provides two force push options for different scenarios:
234234

235235

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

239242
```yaml
240243
name: Run the Action

0 commit comments

Comments
 (0)