Skip to content

Commit 7fb5453

Browse files
azuclaude
andcommitted
refactor: rename auto-release to create-release workflow
- Rename workflow from 'Auto Release' to 'Create Release' for clarity - Rename job from auto-release to release - Update documentation to reflect new naming - Avoid confusion with existing release.yml workflow 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3900716 commit 7fb5453

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/auto-release.yml renamed to .github/workflows/release-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Auto Release
1+
name: Create Release
22

33
on:
44
workflow_dispatch:
@@ -18,7 +18,7 @@ permissions:
1818
pull-requests: write
1919

2020
jobs:
21-
auto-release:
21+
release:
2222
runs-on: ubuntu-latest
2323

2424
steps:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ This project uses **fully automated releases** via GitHub Actions:
141141

142142
### Automated Release (Recommended)
143143

144-
1. **Trigger Auto Release**:
145-
- Go to [Actions → Auto Release](https://github.com/azu/confirm-pam/actions/workflows/auto-release.yml)
144+
1. **Trigger Release Workflow**:
145+
- Go to [Actions → Create Release](https://github.com/azu/confirm-pam/actions/workflows/release-workflow.yml)
146146
- Click "Run workflow"
147147
- Select release type: `patch`, `minor`, or `major`
148148
- Click "Run workflow"

0 commit comments

Comments
 (0)