conventional-github-releaser
Advanced tools
Comparing version 0.4.0 to 0.5.0
@@ -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) |
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14199
184
+ Addedconventional-changelog@0.5.3(transitive)
+ Addedconventional-changelog-writer@0.4.2(transitive)
+ Addedhandlebars@4.7.8(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedneo-async@2.6.2(transitive)
+ Addedsource-map@0.6.1(transitive)
+ Addeduglify-js@3.19.3(transitive)
+ Addedwordwrap@1.0.0(transitive)
- Removedalign-text@0.1.4(transitive)
- Removedamdefine@1.0.1(transitive)
- Removedcamelcase@1.2.1(transitive)
- Removedcenter-align@0.1.3(transitive)
- Removedcliui@2.1.0(transitive)
- Removedconventional-changelog@0.4.3(transitive)
- Removedconventional-changelog-writer@0.3.2(transitive)
- Removedhandlebars@3.0.8(transitive)
- Removedis-buffer@1.1.6(transitive)
- Removedkind-of@3.2.2(transitive)
- Removedlazy-cache@1.0.4(transitive)
- Removedlongest@1.0.1(transitive)
- Removedminimist@0.0.10(transitive)
- Removedobject-assign@3.0.0(transitive)
- Removedoptimist@0.6.1(transitive)
- Removedrepeat-string@1.6.1(transitive)
- Removedright-align@0.1.3(transitive)
- Removedsource-map@0.1.430.5.7(transitive)
- Removeduglify-js@2.8.29(transitive)
- Removeduglify-to-browserify@1.0.2(transitive)
- Removedwindow-size@0.1.0(transitive)
- Removedwordwrap@0.0.20.0.3(transitive)
- Removedyargs@3.10.0(transitive)
Updatedobject-assign@^4.0.1