Skip to content
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: softprops/action-gh-release
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.2
Choose a base ref
...
head repository: softprops/action-gh-release
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.5.3
Choose a head ref
  • 11 commits
  • 10 files changed
  • 1 contributor

Commits on Mar 15, 2026

  1. fix: prefer token input over GITHUB_TOKEN (#751)

    Signed-off-by: Rui Chen <rui@chenrui.dev>
    chenrui333 authored Mar 15, 2026
    Configuration menu
    Copy the full SHA
    b36466e View commit details
    Browse the repository at this point in the history
  2. docs: clarify token precedence in docs (#752)

    Signed-off-by: Rui Chen <rui@chenrui.dev>
    chenrui333 authored Mar 15, 2026
    Configuration menu
    Copy the full SHA
    bafaa2d View commit details
    Browse the repository at this point in the history
  3. fix: clean up duplicate drafts after canonicalization (#753)

    * fix: clean up duplicate drafts after canonicalization
    
    Signed-off-by: Rui Chen <rui@chenrui.dev>
    
    * refactor: collapse duplicate draft cleanup path
    
    Signed-off-by: Rui Chen <rui@chenrui.dev>
    
    ---------
    
    Signed-off-by: Rui Chen <rui@chenrui.dev>
    chenrui333 authored Mar 15, 2026
    Configuration menu
    Copy the full SHA
    0a28836 View commit details
    Browse the repository at this point in the history
  4. docs: clarify empty token handling

    Signed-off-by: Rui Chen <rui@chenrui.dev>
    chenrui333 committed Mar 15, 2026
    Configuration menu
    Copy the full SHA
    ff689a6 View commit details
    Browse the repository at this point in the history
  5. docs: clarify preserve_order behavior

    Signed-off-by: Rui Chen <rui@chenrui.dev>
    chenrui333 committed Mar 15, 2026
    Configuration menu
    Copy the full SHA
    abb4370 View commit details
    Browse the repository at this point in the history
  6. docs: clarify asset filename limitations

    Closes #542
    
    Signed-off-by: Rui Chen <rui@chenrui.dev>
    chenrui333 committed Mar 15, 2026
    Configuration menu
    Copy the full SHA
    26c9a93 View commit details
    Browse the repository at this point in the history
  7. fix: support Windows-style file globs (#754)

    Signed-off-by: Rui Chen <rui@chenrui.dev>
    chenrui333 authored Mar 15, 2026
    Configuration menu
    Copy the full SHA
    21ae1a1 View commit details
    Browse the repository at this point in the history
  8. fix: normalize refs-tag inputs (#755)

    Signed-off-by: Rui Chen <rui@chenrui.dev>
    chenrui333 authored Mar 15, 2026
    Configuration menu
    Copy the full SHA
    45211ba View commit details
    Browse the repository at this point in the history
  9. fix: expand tilde file paths (#756)

    Signed-off-by: Rui Chen <rui@chenrui.dev>
    chenrui333 authored Mar 15, 2026
    Configuration menu
    Copy the full SHA
    37f7a20 View commit details
    Browse the repository at this point in the history
  10. docs: clarify GitHub release limits (#758)

    Signed-off-by: Rui Chen <rui@chenrui.dev>
    chenrui333 authored Mar 15, 2026
    Configuration menu
    Copy the full SHA
    e8dbf3c View commit details
    Browse the repository at this point in the history
  11. release 2.5.3

    Signed-off-by: Rui Chen <rui@chenrui.dev>
    chenrui333 committed Mar 15, 2026
    Configuration menu
    Copy the full SHA
    1853d73 View commit details
    Browse the repository at this point in the history
Loading