From 1377879972f5ee94a9ae35f9948bf1b701515555 Mon Sep 17 00:00:00 2001 From: Stephane Bruckert Date: Sat, 10 Dec 2022 16:02:03 +0000 Subject: [PATCH] Update contributing.md --- CHANGELOG.md | 2 ++ CONTRIBUTING.md | 10 ++++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32cd53e..0be2886 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Update contributing.md + ### Removed ## [2.22.0] - 2022-12-10 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 48130be..e5701b5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -52,7 +52,13 @@ To make sure if the import lists are stored correctly: ## Unreleased - // Add your changes here and then delete this line + // Add new changes below + + ### Added + + ### Fixed + + ### Removed - Commit changes - Package to pypi: @@ -60,7 +66,7 @@ To make sure if the import lists are stored correctly: python setup.py sdist bdist_wheel python3 setup.py sdist bdist_wheel 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 for the version and a short name that describes the main addition