diff options
author | eug-vs <eug-vs@keemail.me> | 2020-04-07 16:05:01 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-04-07 16:05:01 +0300 |
commit | 64f42aebcafda068f4b7972c2f635b051bfdaea2 (patch) | |
tree | 02f0bfbefe9bbd005f54557cd9d3b21bdd6b6184 /README.md | |
parent | 675201ab72bc98fa8b26aaaf03f5870ad3006842 (diff) | |
download | react-benzin-64f42aebcafda068f4b7972c2f635b051bfdaea2.tar.gz |
docs: update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -59,4 +59,6 @@ $ npm run build This command will generate `dist/` folder ready for distribution, which you of course can explore. Note that `tsc` creates type definitions (`.d.ts`) for every corresponding `.js` file. It's very useful because consumers also get access to them. ## Deploying -Deploying to `npm` is fully automated through **CircleCI**: simply tag a commit as a Release and it will do the job. +Publishing to `npm` is fully automated through **CircleCI** - package is deployed on every push into `master`. Therefore only release *PR*'s should be merged into `master` branch. + +Deploying to `gh-pages` is automatically performed on every commit into `develop` branch. |