FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
shopify_python_api/RELEASING at master · DFeckOff/shopify_python_api · GitHub
DFeckOff
/
shopify_python_api
Public
forked from
Shopify/shopify_python_api
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
shopify_python_api
/
RELEASING
Copy path
More file actions
More file actions
Latest commit
History
History
History
13 lines (12 loc) · 478 Bytes
Breadcrumbs
shopify_python_api
/
RELEASING
Copy path
File metadata and controls
13 lines (12 loc) · 478 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
Releasing shopify_python_api
1. Check the Semantic Versioning page for info on how to version the new release: http://semver.org
2. Update version in shopify/version.py
3. Update CHANGELOG entry for the release.
4. Commit the changes
git commit -m "Release vX.Y.Z"
5. Tag the release with the version
git tag -m "Release X.Y.Z" vX.Y.Z
6. Push the changes to github
git push --tags origin master
7. Upload the source package to pypi
python setup.py sdist upload
Back
|
FazBrowse Home
|
New Git URL