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```