From 95e8cab92cb9fe9521373278f0115bfd74ea3aa2 Mon Sep 17 00:00:00 2001 From: Marzio Superina Date: Wed, 25 Jul 2018 14:18:39 +0100 Subject: [PATCH] docs: enhance releasing documentation in README file (#117) --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index 2e760ce..e23cfe6 100644 --- a/readme.md +++ b/readme.md @@ -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.