Skip to content

Commit

Permalink
Update README.md (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
HannaLetska authored and zepfan committed May 3, 2019
1 parent 9cdace2 commit 65c3ade
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,10 @@ To see documentation, navigate here: https://the-control-group.github.io/ui/

## Batteries not included
This package does not come transpiled - the importing library is responsible for setting proper browser targets and transpilation options.


## Publish Release
It’s a standard NPM release process.
Make a new branch called `release/x.x.x` for w/e the version number is, then run `npm version <version#>` to update the package.json
Then merge that into master, create a git release, and run `npm publish`
And follow the semver pattern obviously

0 comments on commit 65c3ade

Please sign in to comment.