From 2426bd41e06740f1d9b94f6135d50f98fde4f2e0 Mon Sep 17 00:00:00 2001 From: Ben New Date: Thu, 15 Feb 2018 08:36:32 +0800 Subject: [PATCH] Add note about version bumps to README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a25f9e2..7d4bff9 100644 --- a/README.md +++ b/README.md @@ -57,3 +57,8 @@ raising an [issue](https://github.com/leftclickben/serverless-api-stage/issues). Code changes or additions should include corresponding unit test changes or additions. Tests can be run locally using `npm test`. This requires global installation of `jshint` and `mocha` (`npm install -g jshint mocha`). + +Please don't update the `version` attribute in `package.json`, as multiple changes might be bundled into a single +release. Version bumps will be done in separate pull requests at the time of creating the release and publishing +to npm. +