Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 25 Jan 17:01
0d11e5f

🌟[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.

Changes

Configuration

  • action.yml: Updated action name from Auto Release (by PSModule) to Release GHRepository (by PSModule) and updated internal step names

Documentation

  • README.md: Updated title, usage examples, and action references from PSModule/Auto-Release@v1 to PSModule/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-Release to Release-GHRepository
  • Action reference changed from PSModule/Auto-Release@v1 to PSModule/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@v1

Notes

  • 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)