-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
= AutoRadio version 33 = | ||
= AutoRadio version 3.3 = | ||
https://github.com/pat1/autoradio | ||
|
||
OVERVIEW | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
to change release: | ||
emacs autoradio/__init__.py | ||
|
||
change _version as: | ||
_version_="3.3" | ||
|
||
use tito to change spec file and do a new release for RPM: | ||
tito tag --use-release=4 --use-version=3.3 | ||
|
||
push to github and start build on COPR: | ||
git push --follow-tags origin |