Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

conventional-github-releaser

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conventional-github-releaser - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

15

CHANGELOG.md

@@ -0,1 +1,16 @@

<a name="0.5.0"></a>
# [0.5.0](https://github.com/stevemao/conventional-github-releaser/compare/v0.4.0...v0.5.0) (2015-09-30)
### Features
* **deps:** bump ([f40b898](https://github.com/stevemao/conventional-github-releaser/commit/f40b898))
### BREAKING CHANGES
* deps: Use conventional-changelog^0.5.0
<a name="0.4.0"></a>

@@ -2,0 +17,0 @@ # [0.4.0](https://github.com/stevemao/conventional-github-releaser/compare/v0.3.0...v0.4.0) (2015-08-15)

6

package.json
{
"name": "conventional-github-releaser",
"version": "0.4.0",
"version": "0.5.0",
"description": "Make a new GitHub release from git metadata",

@@ -29,3 +29,3 @@ "homepage": "https://github.com/stevemao/conventional-github-releaser",

"dependencies": {
"conventional-changelog": "^0.4.0",
"conventional-changelog": "^0.5.0",
"dateformat": "^1.0.11",

@@ -36,3 +36,3 @@ "git-semver-tags": "^1.0.0",

"meow": "^3.3.0",
"object-assign": "^3.0.0",
"object-assign": "^4.0.1",
"q": "^1.4.1",

@@ -39,0 +39,0 @@ "semver": "^5.0.1",

@@ -20,2 +20,12 @@ # [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage Status][coveralls-image]][coveralls-url]

If you first time use this tool and want to generate all previous releases, you could do
```sh
$ conventional-github-releaser -p angular -r 0
```
This will *not* overwrite the releases you have already made. Read ["Regenerate all the releases"](#regenerate-all-the-releases) section if you want to.
All available command line parameters can be listed using [CLI](#cli) : `conventional-github-releaser --help`.
**Hint:** You can alias your command or add it to your package.json. EG: `"github-release": "conventional-github-releaser -p angular -r 0"`.

@@ -146,3 +156,3 @@

Use [github-remove-all-releases](https://github.com/stevemao/github-remove-all-releases) to remove all releases and set `changelogOpts.allBlocks` to `true` to regenerate.
Use [github-remove-all-releases](https://github.com/stevemao/github-remove-all-releases) to remove all releases and set `changelogOpts.releaseCount` to `0` to regenerate.

@@ -149,0 +159,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc