Skip to content

Commit

Permalink
Remove bower version from release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dgraham committed Mar 2, 2017
1 parent eebaa2a commit 5cc72dd
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions MAINTAINING.md
Expand Up @@ -10,18 +10,15 @@ minor version "1.x.x" bump is in order.

To prepare the release commit:

1. Edit the [bower.json](https://github.com/github/fetch/blob/master/bower.json)
1. Update the npm [package.json](https://github.com/github/fetch/blob/master/package.json)
`version` value.
2. Change the npm [package.json](https://github.com/github/fetch/blob/master/package.json)
`version` value to match.
3. Make a single commit with the description as "Fetch 1.x.x".
4. Finally, tag the commit with `v1.x.x`.
2. Make a single commit with the description as "Fetch 2.x.x".
3. Finally, tag the commit with `v2.x.x`.

```
$ git pull
$ vim bower.json
$ vim package.json
$ git add bower.json package.json
$ git add package.json
$ git commit -m "Fetch 1.x.x"
$ git tag v1.x.x
$ git push
Expand Down

0 comments on commit 5cc72dd

Please sign in to comment.