From e2b3b5b407a02d0060297437b607348ba6aecabf Mon Sep 17 00:00:00 2001
From: Paolo Patruno
Date: Thu, 23 Jan 2020 18:44:42 +0100
Subject: [PATCH] new README
---
README | 2 +-
README.release | 11 +++++++++++
2 files changed, 12 insertions(+), 1 deletion(-)
create mode 100644 README.release
diff --git a/README b/README
index a8c608d..c0462d0 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-= AutoRadio version 33 =
+= AutoRadio version 3.3 =
https://github.com/pat1/autoradio
OVERVIEW
diff --git a/README.release b/README.release
new file mode 100644
index 0000000..e466af1
--- /dev/null
+++ b/README.release
@@ -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