forked from bnzk/django-mailprotector
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease.txt
More file actions
30 lines (24 loc) · 673 Bytes
/
release.txt
File metadata and controls
30 lines (24 loc) · 673 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# own method
version bump in mailprotector/__init__.py
CHANGELOG!
git commit -am'release 0.x.x'
git tag 0.x.x
git checkout main
git merge develop
git push --all; git push --tags
git push upstream --all; git push upstream --tags
python setup.py sdist
python setup.py bdist_wheel --universal
twine upload dist/* -r pypi
# legacy
git flow release start 0.1.
version bump in mailprotector/__init__.py
CHANGELOG!
git flow release finish 0.1.
git push --all; git push --tags
git push upstream --all; git push upstream --tags
python setup.py sdist
python setup.py bdist_wheel --universal
twine upload dist/* -r pypitest
twine upload dist/* -r pypi
version bump to 0.0.4-dev