2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-05 16:42:32 +03:00

Updating CONTRIBUTING

This commit is contained in:
Matt Zabriskie
2016-04-07 14:24:32 -06:00
parent df29a221c2
commit 6bb376d9f1
+1 -1
View File
@@ -35,7 +35,7 @@ Please don't include changes to `dist/` in your pull request. This should only b
### Releasing
Releasing a new version is mostly automated. For now the [CHANGELOG](https://github.com/mzabriskie/axios/blob/master/CHANGELOG.md) requires being updated manually. Once this has been done run the following commands:
Releasing a new version is mostly automated. For now the [CHANGELOG](https://github.com/mzabriskie/axios/blob/master/CHANGELOG.md) requires being updated manually. Once this has been done run the commands below. Versions should follow [semantic versioning](http://semver.org/).
- `npm version <newversion> -m "Releasing %s"`
- `npm publish`