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: ungoldman/gh-release Loading
base: v4.0.3
Choose a base ref
...
head repository: ungoldman/gh-release Loading
compare: v4.0.4-beta.0
Choose a head ref
  • 12 commits
  • 10 files changed
  • 5 contributors

Commits on Oct 2, 2020

  1. chore(deps): bump actions/setup-node from v2.1.1 to v2.1.2

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.1 to v2.1.2.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v2.1.1...c6fd00c)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    601030c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #110 from hypermodules/dependabot/github_actions/a…

    …ctions/setup-node-v2.1.2
    
    chore(deps): bump actions/setup-node from v2.1.1 to v2.1.2
    bcomnes committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    f42a081 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. chore(deps-dev): bump standard from 14.3.4 to 15.0.0 (#111)

    Bumps [standard](https://github.com/standard/standard) from 14.3.4 to 15.0.0.
    - [Release notes](https://github.com/standard/standard/releases)
    - [Changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md)
    - [Commits](standard/standard@v14.3.4...v15.0.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    422bca3 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. chore(deps-dev): bump snazzy from 8.0.0 to 9.0.0 (#112)

    Bumps [snazzy](https://github.com/feross/snazzy) from 8.0.0 to 9.0.0.
    - [Release notes](https://github.com/feross/snazzy/releases)
    - [Commits](standard/snazzy@v8.0.0...v9.0.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    29674ff View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. chore(deps): bump actions/checkout from v2.3.3 to v2.3.4

    Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.3 to v2.3.4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2.3.3...5a4ac90)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    755d689 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Merge pull request #115 from hypermodules/dependabot/github_actions/a…

    …ctions/checkout-v2.3.4
    
    chore(deps): bump actions/checkout from v2.3.3 to v2.3.4
    bcomnes committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    5e1ae2e View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. chore(deps-dev): bump standard from 15.0.1 to 16.0.2 (#116)

    * chore(deps-dev): bump standard from 15.0.1 to 16.0.2
    
    Bumps [standard](https://github.com/standard/standard) from 15.0.1 to 16.0.2.
    - [Release notes](https://github.com/standard/standard/releases)
    - [Changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md)
    - [Commits](standard/standard@v15.0.1...v16.0.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * lint fixes
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: john gravois <jagravois@gmail.com>
    dependabot[bot] and jgravois committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    306f913 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Use octokit instead of simple-get

    For some reason, simple-get would just timeout when using gh-release on some orgs.  I thought it was an issue with the device token permissions, but its not.  The GitHub API is weird, and finicky, and IME using octokit, despite its constant churn, is probably the best approach here.  It also generally improves errors that get returned, though most of our error handling I left the same.
    
    I've tested the following scenarios:
    - Normal working scenario
    - Missing tag
    - Bad credentials
    - Asset uploads
    
    Everything still seems to work.
    bcomnes committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    073ad8b View commit details
    Browse the repository at this point in the history
  2. Update bin/cli.js

    Co-authored-by: Nate Goldman <ungoldman@gmail.com>
    bcomnes and ungoldman committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    c747fb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84855c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. BETA changelog

    bcomnes committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    c0740c7 View commit details
    Browse the repository at this point in the history
  2. 4.0.4-beta.0

    bcomnes committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    18de4ed View commit details
    Browse the repository at this point in the history
Loading