Skip to content

Commit

Permalink
docs: enhance releasing documentation in README file (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
msuperina authored Jul 25, 2018
1 parent caaf9da commit 95e8cab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,3 +190,8 @@ Releasing
[semantic-release](https://github.com/semantic-release/semantic-release) is used with Travis CI to perform releases on merged PRs to `master` branch.

Commit messages must follow [AngularJS Commit Message Conventions](https://github.com/semantic-release/semantic-release#default-commit-message-format) for `semantic-release` to correctly choose the next version.

If the Travis CI build for a new release is successful, it is published to npm.
`./lib/finput.js` is used by npm installs, and `./dist/finput.min.js` is
automatically served by [UNPKG](https://unpkg.com/) CDN at `https://unpkg.com/finput@latest/dist/finput.min.js` to directly load finput
in a browser environment.

0 comments on commit 95e8cab

Please sign in to comment.