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: robinraju/release-downloader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4
Choose a base ref
...
head repository: robinraju/release-downloader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5
Choose a head ref
  • 17 commits
  • 13 files changed
  • 2 contributors

Commits on Jun 16, 2022

  1. Update README

    robinraju committed Jun 16, 2022
    Copy the full SHA
    bf23333 View commit details

Commits on Jun 17, 2022

  1. Copy the full SHA
    68e246f View commit details

Commits on Jun 20, 2022

  1. Configurable api url to add support for github enterprise server (#464)

    * Add github-api-url to workflow input
    
    * Update readme
    robinraju authored Jun 20, 2022
    Copy the full SHA
    0ea5409 View commit details

Commits on Jun 21, 2022

  1. Bump typescript from 4.7.3 to 4.7.4 (#469)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.3 to 4.7.4.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.7.3...v4.7.4)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 21, 2022
    Copy the full SHA
    2f707ca View commit details

Commits on Jul 5, 2022

  1. Bump prettier from 2.6.2 to 2.7.1 (#465)

    Bumps [prettier](https://github.com/prettier/prettier) from 2.6.2 to 2.7.1.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.6.2...2.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 5, 2022
    Copy the full SHA
    fe969f1 View commit details
  2. Bump @types/node from 17.0.42 to 18.0.1 (#476)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.42 to 18.0.1.
    - [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-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 5, 2022
    Copy the full SHA
    0ef9071 View commit details
  3. Bump eslint from 8.17.0 to 8.19.0 (#474)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.17.0 to 8.19.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.17.0...v8.19.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 5, 2022
    Copy the full SHA
    09d0427 View commit details
  4. Bump nock from 13.2.6 to 13.2.8 (#473)

    Bumps [nock](https://github.com/nock/nock) from 13.2.6 to 13.2.8.
    - [Release notes](https://github.com/nock/nock/releases)
    - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
    - [Commits](nock/nock@v13.2.6...v13.2.8)
    
    ---
    updated-dependencies:
    - dependency-name: nock
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 5, 2022
    Copy the full SHA
    874f2de View commit details
  5. Bump @actions/core from 1.8.2 to 1.9.0 (#479)

    Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.8.2 to 1.9.0.
    - [Release notes](https://github.com/actions/toolkit/releases)
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/core"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 5, 2022
    Copy the full SHA
    86ba709 View commit details
  6. Bump jest-circus from 28.1.1 to 28.1.2 (#478)

    Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus) from 28.1.1 to 28.1.2.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v28.1.2/packages/jest-circus)
    
    ---
    updated-dependencies:
    - dependency-name: jest-circus
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 5, 2022
    Copy the full SHA
    445ee2e View commit details
  7. Bump @typescript-eslint/parser from 5.28.0 to 5.30.5 (#475)

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.28.0 to 5.30.5.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.30.5/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 5, 2022
    Copy the full SHA
    a618a6c View commit details

Commits on Jul 6, 2022

  1. Add output variable tag_name to the action (#480)

    * Add output variable `tag_name` to the action
    
    * Simplify test steps on ci
    
    * Set bash as default shell for windows runner
    
    * Update README
    robinraju authored Jul 6, 2022
    Copy the full SHA
    a2560d7 View commit details

Commits on Aug 3, 2022

  1. Add github actions to Dependabot updates (#494)

    Update dependencies
    robinraju authored Aug 3, 2022
    Copy the full SHA
    a4cbc27 View commit details
  2. Bump nock from 13.2.8 to 13.2.9 (#495)

    Bumps [nock](https://github.com/nock/nock) from 13.2.8 to 13.2.9.
    - [Release notes](https://github.com/nock/nock/releases)
    - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
    - [Commits](nock/nock@v13.2.8...v13.2.9)
    
    ---
    updated-dependencies:
    - dependency-name: nock
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 3, 2022
    Copy the full SHA
    3ec1f83 View commit details
  3. Bump eslint-plugin-github from 4.3.6 to 4.3.7 (#496)

    Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.3.6 to 4.3.7.
    - [Release notes](https://github.com/github/eslint-plugin-github/releases)
    - [Commits](github/eslint-plugin-github@v4.3.6...v4.3.7)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-github
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 3, 2022
    Copy the full SHA
    e3fd2c2 View commit details

Commits on Aug 30, 2022

  1. Bump @actions/core from 1.9.0 to 1.9.1 (#500)

    Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.9.0 to 1.9.1.
    - [Release notes](https://github.com/actions/toolkit/releases)
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/core"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 30, 2022
    Copy the full SHA
    420edf7 View commit details

Commits on Sep 6, 2022

  1. Copy the full SHA
    d5673a2 View commit details
Loading