Skip to content

Commit 1e7adf1

Browse files
authored
Merge pull request #10 from leftclickben/AddNoteAboutVersionBumps
Add note about version bumps to README.md
2 parents 49563ba + 2426bd4 commit 1e7adf1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,8 @@ raising an [issue](https://github.com/leftclickben/serverless-api-stage/issues).
5757

5858
Code changes or additions should include corresponding unit test changes or additions. Tests can be run locally using
5959
`npm test`. This requires global installation of `jshint` and `mocha` (`npm install -g jshint mocha`).
60+
61+
Please don't update the `version` attribute in `package.json`, as multiple changes might be bundled into a single
62+
release. Version bumps will be done in separate pull requests at the time of creating the release and publishing
63+
to npm.
64+

0 commit comments

Comments
 (0)