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.2.0
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.2.1
Choose a head ref
  • 5 commits
  • 7 files changed
  • 4 contributors

Commits on Dec 18, 2024

  1. chore(deps): bump @types/node from 22.10.1 to 22.10.2 (#559)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.10.1 to 22.10.2.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    92dffe6 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. chore(deps): bump @types/node from 22.10.2 to 22.10.5 (#569)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.10.2 to 22.10.5.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    01050bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33fcd69 View commit details
    Browse the repository at this point in the history
  3. fix: big file uploads (#562)

    * fix: use readableWebStream() to stream asset contents
    
    This allows the uploads to finish without mismatched Content-Length,
    likely because the original method implied a wrong body encoding or
    something similar. Unfortunately a GitHub server API mock was not
    readily available so I had to test manually with a barebones repository.
    
    Fixes: #555
    Fixes: #556
    Signed-off-by: WANG Xuerui <[email protected]>
    
    * feat: log when each asset is successfully uploaded
    
    Signed-off-by: WANG Xuerui <[email protected]>
    
    * build: refresh dist
    
    Signed-off-by: WANG Xuerui <[email protected]>
    
    * style: format with prettier
    
    Signed-off-by: WANG Xuerui <[email protected]>
    
    ---------
    
    Signed-off-by: WANG Xuerui <[email protected]>
    xen0n authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    deddb09 View commit details
    Browse the repository at this point in the history
  4. release 2.2.1

    Signed-off-by: Rui Chen <[email protected]>
    chenrui333 committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    c95fe14 View commit details
    Browse the repository at this point in the history
Loading