Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PSModule/Release-GHRepository
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1
Choose a base ref
Loading
...
head repository: PSModule/Release-GHRepository
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2
Choose a head ref
Loading
  • 3 commits
  • 6 files changed
  • 3 contributors

Commits on Jan 25, 2026

  1. 🌟[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)`
    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:
    
    ```yaml
    # 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)
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: MariusStorhaug <17722253+MariusStorhaug@users.noreply.github.com>
    Co-authored-by: Marius Storhaug <marstor@hotmail.com>
    3 people authored Jan 25, 2026
    Configuration menu
    Copy the full SHA
    0d11e5f View commit details
    Browse the repository at this point in the history
  2. 🩹 [Patch]: Fix typos in README.md (#91)

    This PR fixes several typos in the README.md documentation file to
    improve clarity and professionalism.
    
    ### Fixed
    
    - Corrected grammar: "prereleases that **was** created" → "prereleases
    that **were** created"
    - Fixed possessive form: "actions configuration" → "action's
    configuration"
    - Fixed spelling: "change" → "changed" for proper verb tense
    - Corrected typo: "in **you** repository" → "in **your** repository"
    MariusStorhaug authored Jan 25, 2026
    Configuration menu
    Copy the full SHA
    88c7046 View commit details
    Browse the repository at this point in the history
  3. 🩹 [Patch]: Standardize project structure and update dependencies (#92)

    Standardizes the repository structure by renaming the scripts folder to
    src, simplifies the Release workflow naming, and updates dependencies.
    
    ## Changes
    
    ### Renamed scripts folder to src
    - Moved `scripts/main.ps1` to `src/main.ps1` for consistency with other
    PSModule actions
    - Updated the path reference in `action.yml` to use the new location
    
    ### Simplified Release workflow
    - Renamed `Release-GHRepository.yml` to `Release.yml`
    - Updated workflow name from `Release-GHRepository` to `Release` for
    simplicity
    - Updated run-name and job names accordingly
    - Added path filters to only trigger on changes to `action.yml` and
    `src/**`
    
    ### Updated dependencies
    - Bumped `PSModule/GitHub-Script` from `v1.7.9` to `v1.7.10`
    
    ### Linter configuration cleanup
    - Removed unused `.jscpd.json` configuration file
    - Disabled JSCPD validation in Linter workflow as it's not needed for
    this repository
    MariusStorhaug authored Jan 25, 2026
    Configuration menu
    Copy the full SHA
    5a5165d View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.