Skip to content

Commit

Permalink
doc(building) (#109)
Browse files Browse the repository at this point in the history
* doc(building)

* doc(building): milestones
  • Loading branch information
redgeoff authored Mar 23, 2019
1 parent f23c3b2 commit b069943
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 72 deletions.
14 changes: 14 additions & 0 deletions BUILDING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Building

## Set up

- `npm login`

## Build

- `git checkout master`
- `npm version minor` or `npm version patch`
- `npm publish`
- Find the [target milestone](https://github.com/redgeoff/slouch/milestones) and use this link in the release notes.
- Find the new tag at [releases](https://github.com/redgeoff/slouch/releases), edit the tag and publish the release
- Close the milestone
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ A JS API for CouchDB that does the heavy lifting
* [Don’t Just Relax; Slouch: A JS Client for CouchDB that Does the Heavy Lifting](https://medium.com/@redgeoff/dont-just-relax-slouch-a-js-client-for-couchdb-that-does-the-heavy-lifting-d8232eba8e2c)

## [Testing/Contributing](TESTING.md)

## [Building](BUILDING.md)
Loading

0 comments on commit b069943

Please sign in to comment.