v2.0.0
🌟[Major]: Rename action from Auto-Release to Release-GHRepository (#90)
Updates all references from the previous repository name Auto-Release to the new name Release-GHRepository following the repository rename.
- Fixes #89
Changes
Configuration
- action.yml: Updated action name from
Auto Release (by PSModule)toRelease GHRepository (by PSModule)and updated internal step names
Documentation
- README.md: Updated title, usage examples, and action references from
PSModule/Auto-Release@v1toPSModule/Release-GHRepository@v1
Workflows
- Release-GHRepository.yml: Renamed workflow file and updated workflow name, run-name, job names, and step names to reflect the new repository name
Breaking Changes
- Repository renamed from
Auto-ReleasetoRelease-GHRepository - Action reference changed from
PSModule/Auto-Release@v1toPSModule/Release-GHRepository@v1 - Users must update their workflow files to use the new action reference
Migration
Update your workflow files to use the new action reference:
# Before
- uses: PSModule/Auto-Release@v1
# After
- uses: PSModule/Release-GHRepository@v1Notes
- GitHub automatically redirects old repository URLs, maintaining backward compatibility for existing users
- This change aligns with the PSModule naming convention (
Verb-GH*pattern for GitHub-specific actions)