Skip to content

Commit

Permalink
Merge pull request #10 from leftclickben/AddNoteAboutVersionBumps
Browse files Browse the repository at this point in the history
Add note about version bumps to README.md
  • Loading branch information
leftclickben authored Feb 15, 2018
2 parents 49563ba + 2426bd4 commit 1e7adf1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 1e7adf1

Please sign in to comment.