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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.2
Choose a base ref
...
head repository: ungoldman/gh-release
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.3
Choose a head ref
  • 6 commits
  • 3 files changed
  • 3 contributors

Commits on Sep 24, 2020

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

    Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.2 to v2.3.3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2.3.2...a81bbbf)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 24, 2020
    Copy the full SHA
    ff21bc6 View commit details

Commits on Sep 25, 2020

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

    …ctions/checkout-v2.3.3
    
    chore(deps): bump actions/checkout from v2.3.2 to v2.3.3
    bcomnes authored Sep 25, 2020
    Copy the full SHA
    00217e7 View commit details

Commits on Sep 30, 2020

  1. chore(deps): bump update-notifier from 4.1.3 to 5.0.0

    Bumps [update-notifier](https://github.com/yeoman/update-notifier) from 4.1.3 to 5.0.0.
    - [Release notes](https://github.com/yeoman/update-notifier/releases)
    - [Commits](https://github.com/yeoman/update-notifier/commits/v5.0.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 30, 2020
    Copy the full SHA
    4871fc9 View commit details
  2. Merge pull request #109 from hypermodules/dependabot/npm_and_yarn/upd…

    …ate-notifier-5.0.0
    
    chore(deps): bump update-notifier from 4.1.3 to 5.0.0
    bcomnes authored Sep 30, 2020
    Copy the full SHA
    a3ceaf8 View commit details
  3. CHANGELOG

    bcomnes committed Sep 30, 2020
    Copy the full SHA
    d27480a View commit details
  4. 4.0.3

    bcomnes committed Sep 30, 2020
    Copy the full SHA
    bf4e6b3 View commit details
Showing with 8 additions and 4 deletions.
  1. +1 −1 .github/workflows/test.yml
  2. +5 −1 CHANGELOG.md
  3. +2 −2 package.json
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
node: [12, 14]

steps:
- uses: actions/checkout@v2.3.2
- uses: actions/checkout@v2.3.3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.1.1
with:
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -6,7 +6,11 @@ Project versioning adheres to [Semantic Versioning](http://semver.org/).
Commit convention is based on [Conventional Commits](http://conventionalcommits.org).
Change log format is based on [Keep a Changelog](http://keepachangelog.com/).

## [4.0.2](https://github.com/hypermodules/gh-release/compare/v4.0.0...v4.0.1) - 2020-09-15
## [4.0.3](https://github.com/hypermodules/gh-release/compare/v4.0.2...v4.0.3) - 2020-09-30

- update-notifier version 5.0.0 (drops old node, and bugfixes)

## [4.0.2](https://github.com/hypermodules/gh-release/compare/v4.0.1...v4.0.2) - 2020-09-15

- Fix bad import path.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gh-release",
"description": "Create a release for a node package on github.",
"version": "4.0.2",
"version": "4.0.3",
"author": "Nate Goldman <ungoldman@gmail.com> (http://ungoldman.com/)",
"bin": {
"gh-release": "./bin/cli.js"
@@ -31,7 +31,7 @@
"inquirer": "^7.3.3",
"shelljs": "^0.8.4",
"simple-get": "^4.0.0",
"update-notifier": "^4.1.0",
"update-notifier": "^5.0.0",
"yargs": "^16.0.3"
},
"devDependencies": {