Skip to content

Commit 76b64e9

Browse files
committed
DEV again
1 parent 4f57941 commit 76b64e9

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

admin_sort/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.4.0'
1+
__version__ = '0.4.1DEV'

release.txt

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
1-
# trigger release!
2-
# dont change any files besides CHANGELOG.txt and __init__.py during procedure.
31

2+
3+
# you can manualy merge into main and tag, after you've prepared the release in develop
4+
5+
# git flow
46
git flow release start xxxx
57
version bump in admin_sort/__init__.py
68
last chance to update CHANGELOG!
79
git commit -am'version bump / changelog'
810
git flow release finish xxxx
11+
12+
# triggers release
913
git push --all; git push --tags
1014
# upstream: depends
1115
git push upstream --all; git push upstream --tags
16+
17+
# DEV again
18+
set x.x.xDEV release in __init__.py
19+
20+
21+
# done in github actions now
1222
python setup.py sdist && python setup.py bdist_wheel --universal
1323
python setup.py register -r pypitest && twine upload dist/* -r pypitest
1424
python setup.py register -r pypi && twine upload dist/* -r pypi
1525

16-
set x.x.xDEV release in __init__.py

0 commit comments

Comments
 (0)