mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 09:13:53 +00:00
Update contributing.md
This commit is contained in:
parent
1e840b6526
commit
1377879972
@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
- Update contributing.md
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
## [2.22.0] - 2022-12-10
|
## [2.22.0] - 2022-12-10
|
||||||
|
|||||||
@ -52,7 +52,13 @@ To make sure if the import lists are stored correctly:
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
// Add your changes here and then delete this line
|
// Add new changes below
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
- Commit changes
|
- Commit changes
|
||||||
- Package to pypi:
|
- Package to pypi:
|
||||||
@ -60,7 +66,7 @@ To make sure if the import lists are stored correctly:
|
|||||||
python setup.py sdist bdist_wheel
|
python setup.py sdist bdist_wheel
|
||||||
python3 setup.py sdist bdist_wheel
|
python3 setup.py sdist bdist_wheel
|
||||||
twine check dist/*
|
twine check dist/*
|
||||||
twine upload --repository-url https://upload.pypi.org/legacy/ --skip-existing dist/*.(whl|gz|zip)~dist/*linux*.whl
|
twine upload dist/*
|
||||||
|
|
||||||
- Create github release https://github.com/plamere/spotipy/releases with the changelog content
|
- Create github release https://github.com/plamere/spotipy/releases with the changelog content
|
||||||
for the version and a short name that describes the main addition
|
for the version and a short name that describes the main addition
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user