Skip to content

Commit

Permalink
new release for debian new convenction with matainer
Browse files Browse the repository at this point in the history
  • Loading branch information
pat1 committed Feb 2, 2020
1 parent e2b3b5b commit ded2d98
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.release
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,13 @@ tito tag --use-release=4 --use-version=3.3

push to github and start build on COPR:
git push --follow-tags origin


to release for debian:
python3 setup.py distclean
python3 setup.py sdist

create a tag as:
debian-autoradio-3.4

upload dist/autoradio-3.4.tar.gz
2 changes: 1 addition & 1 deletion autoradio/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
_version_="3.3"
_version_="3.4"

0 comments on commit ded2d98

Please sign in to comment.