From b94c175a7a895b28d4c2997f0e733c754de44c40 Mon Sep 17 00:00:00 2001 From: Lokesh Dhakar Date: Sun, 28 Apr 2019 14:05:23 -0700 Subject: [PATCH] Move deploy notes to contributing.md --- CONTRIBUTING.md | 6 ++++++ DEPLOY.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..2585dc5 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,6 @@ +## How to make a release and deploy + +- Update version number in `src/color-thief.js` and `package.json` +- Run `npm run build` +- Push to Github repo +- Create a new Github release along with tag. Naming convention for both ```v2.8.1``` diff --git a/DEPLOY.md b/DEPLOY.md index 5a1bf4f..2585dc5 100644 --- a/DEPLOY.md +++ b/DEPLOY.md @@ -1,6 +1,6 @@ ## How to make a release and deploy - Update version number in `src/color-thief.js` and `package.json` -- Run `grunt build` +- Run `npm run build` - Push to Github repo - Create a new Github release along with tag. Naming convention for both ```v2.8.1```