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: v5.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: v6.0.0
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on May 20, 2021

  1. Verified

    This commit was signed with the committer’s verified signature.
    bcomnes Bret Comnes
    Copy the full SHA
    62adf00 View commit details
  2. changelog

    bcomnes committed May 20, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    bcomnes Bret Comnes
    Copy the full SHA
    2d521f4 View commit details
  3. 6.0.0

    bcomnes committed May 20, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    bcomnes Bret Comnes
    Copy the full SHA
    c736a5d View commit details
Showing with 7 additions and 2 deletions.
  1. +5 −0 CHANGELOG.md
  2. +2 −2 package.json
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -8,6 +8,11 @@ Change log format is based on [Keep a Changelog](http://keepachangelog.com/).

## [Unreleased]

## [6.0.0](https://github.com/hypermodules/gh-release/compare/v5.0.2...v6.0.0) - 2021-05-20

### Changed
- BREAKING CHANGE: upgrade to Yargs 16. Node 10 is definitely EOL and not supported now.

## [5.0.2](https://github.com/hypermodules/gh-release/compare/v5.0.1...v5.0.2) - 2021-05-20

### Changed
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": "5.0.2",
"version": "6.0.0",
"author": "Nate Goldman <ungoldman@gmail.com> (http://ungoldman.com/)",
"bin": {
"gh-release": "./bin/cli.js"
@@ -32,7 +32,7 @@
"inquirer": "^8.0.0",
"shelljs": "^0.8.4",
"update-notifier": "^5.0.0",
"yargs": "^16.0.3"
"yargs": "^17.0.0"
},
"devDependencies": {
"gh-pages": "^3.1.0",