2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-17 19:21:29 +03:00

docs: updated contributing guide to no longer contain the release section as this is not needed

This commit is contained in:
Jay
2022-05-28 17:51:14 +02:00
parent f5d4d688c1
commit 9840656c59
2 changed files with 9 additions and 15 deletions
+1 -8
View File
@@ -12,7 +12,7 @@ Please follow [conventional commits](https://www.conventionalcommits.org/en/v1.0
## Testing
Please update the tests to reflect your code changes. Pull requests will not be accepted if they are failing on [Travis CI](https://travis-ci.org/axios/axios).
Please update the tests to reflect your code changes. Pull requests will not be accepted if they are failing on GitHub actions.
## Documentation
@@ -28,13 +28,6 @@ Please update the [docs](README.md) accordingly so that there are no discrepanci
Please don't include changes to `dist/` in your pull request. This should only be updated when releasing a new version.
## Releasing
Releasing a new version is mostly automated. For now the [CHANGELOG](https://github.com/axios/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`
## Running Examples
Examples are included in part to allow manual testing.