Skip to content
This repository has been archived by the owner on Nov 21, 2017. It is now read-only.

Commit

Permalink
chore(org): update to reference conventional-changelog org
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemao committed Apr 9, 2016
1 parent 29222ea commit 9c535fb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ For backward compatibility, it could return a `number` indicating what bump it s

Type: `array`

An array of parsed commits. The commits are from last semver tag to `HEAD` and is parsed by [conventional-commits-parser](https://github.com/stevemao/conventional-commits-parser).
An array of parsed commits. The commits are from last semver tag to `HEAD` and is parsed by [conventional-commits-parser](https://github.com/conventional-changelog/conventional-commits-parser).

If it returns `0` it will be a `major` bump. If `1`, `minor` bump. If `2`, `patch`.

#### parserOpts

See the [conventional-commits-parser](https://github.com/stevemao/conventional-commits-parser) docs.
See the [conventional-commits-parser](https://github.com/conventional-changelog/conventional-commits-parser) docs.

#### callback

Expand All @@ -100,9 +100,9 @@ The value of what it should release as.

## Related

- [conventional-github-releaser](https://github.com/stevemao/conventional-github-releaser) - Make a new GitHub release from git metadata
- [conventional-changelog](https://github.com/stevemao/conventional-changelog-cli) - Generate a changelog from git metadata
- [conventional-commits-detector](https://github.com/stevemao/conventional-commits-detector) - Detect what commit message convention your repository is using
- [conventional-github-releaser](https://github.com/conventional-changelog/conventional-github-releaser) - Make a new GitHub release from git metadata
- [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog-cli) - Generate a changelog from git metadata
- [conventional-commits-detector](https://github.com/conventional-changelog/conventional-commits-detector) - Detect what commit message convention your repository is using
- [semantic-release](https://github.com/semantic-release/semantic-release) - fully automated package publishing


Expand All @@ -113,9 +113,9 @@ MIT © [Steve Mao](https://github.com/stevemao)

[npm-image]: https://badge.fury.io/js/conventional-recommended-bump.svg
[npm-url]: https://npmjs.org/package/conventional-recommended-bump
[travis-image]: https://travis-ci.org/stevemao/conventional-recommended-bump.svg?branch=master
[travis-url]: https://travis-ci.org/stevemao/conventional-recommended-bump
[daviddm-image]: https://david-dm.org/stevemao/conventional-recommended-bump.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/stevemao/conventional-recommended-bump
[coverall-image]: https://coveralls.io/repos/stevemao/conventional-recommended-bump/badge.svg
[coverall-url]: https://coveralls.io/r/stevemao/conventional-recommended-bump
[travis-image]: https://travis-ci.org/conventional-changelog/conventional-recommended-bump.svg?branch=master
[travis-url]: https://travis-ci.org/conventional-changelog/conventional-recommended-bump
[daviddm-image]: https://david-dm.org/conventional-changelog/conventional-recommended-bump.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/conventional-changelog/conventional-recommended-bump
[coverall-image]: https://coveralls.io/repos/conventional-changelog/conventional-recommended-bump/badge.svg
[coverall-url]: https://coveralls.io/r/conventional-changelog/conventional-recommended-bump
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "conventional-recommended-bump",
"version": "0.2.0",
"description": "Get a recommended version bump based on conventional commits",
"homepage": "https://github.com/stevemao/conventional-recommended-bump",
"homepage": "https://github.com/conventional-changelog/conventional-recommended-bump",
"author": {
"name": "Steve Mao",
"email": "maochenyan@gmail.com",
"url": "https://github.com/stevemao"
},
"repository": "stevemao/conventional-recommended-bump",
"repository": "conventional-changelog/conventional-recommended-bump",
"license": "MIT",
"keywords": [
"conventional-recommended-bump",
Expand Down

0 comments on commit 9c535fb

Please sign in to comment.