Skip to content

Commit

Permalink
[changed] the usage of '[rf|mt]-changelog' package is optional now
Browse files Browse the repository at this point in the history
If a project uses one of '[rf|mt]-changelog' packages,
then this script will automatically use them.

this commit is instead of [8570c30](../../commit/8570c30) for changelog
  • Loading branch information
AlexKVal committed Jul 13, 2015
1 parent da33417 commit cf2b9df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ this tools helps to deal with that too.
Just create new additional github repo for `Bower` version of your project.
This repo will contain only commits generated by this tool.

Say the name of your project is:
`original-project-name`.
Then name the `bower` github repo as:
Say the name of your project is
`original-project-name`
then name the `bower` github repo as
`original-project-name-bower`.

Add `'release-script'.bowerRepo` into your `package.json`:
Expand Down Expand Up @@ -85,7 +85,7 @@ E.g.:
> npm install -D release-script
```

Set `'release-script'.bowerRepo` into your `package.json` if you need `bower` releases too.
If you need `bower` releases too, then add `'release-script'.bowerRepo` into your `package.json` like this:
```js
"release-script": {
"bowerRepo": "git@github.com:<org-author-name>/<name-of-project>-bower.git"
Expand Down

0 comments on commit cf2b9df

Please sign in to comment.