summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Rohdewald <wolfgang@rohdewald.de>2008-12-27 14:37:29 +0100
committerWolfgang Rohdewald <wolfgang@rohdewald.de>2008-12-27 14:37:29 +0100
commitcc1a932981135954289d39046c15d39483ab9332 (patch)
treeef526c69876e211e74d1b66bf940804a510c9786
parent03ed2ab8f3b74c4dbea121bbbf42a8fcea914684 (diff)
downloadvdr-plugin-muggle-cc1a932981135954289d39046c15d39483ab9332.tar.gz
vdr-plugin-muggle-cc1a932981135954289d39046c15d39483ab9332.tar.bz2
update README.git: how to make a new release. From now
on do not put the BETA in the version anymore. This is more compatible with other plugins
-rw-r--r--HISTORY2
-rw-r--r--README.git25
2 files changed, 25 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index 359ae82..1de8d24 100644
--- a/HISTORY
+++ b/HISTORY
@@ -380,4 +380,4 @@ Balke.
Thomas
- updated translations by Ville Skyttä and Diego Pierotto
-2009-XX-XX Version 0.2.3-BETA
+2009-XX-XX Version 0.2.3
diff --git a/README.git b/README.git
index 6e4871b..a071bd3 100644
--- a/README.git
+++ b/README.git
@@ -6,4 +6,27 @@ git clone git://projects.vdr-developer.org/vdr-plugin-muggle.git muggle
how to make a new release
=========================
-placeholder, need to test this first
+adapt version in version.h, muggle.c and HISTORY
+
+set date in HISTORY
+
+git commit
+git status # must be clean
+git tag -a -m'new release' '0.2.3'
+git push --tags
+
+cd
+cd tmp
+rm -rf muggle-0.2.3
+git clone git://projects.vdr-developer.org/vdr-plugin-muggle.git muggle-0.2.3
+cd muggle-0.2.3
+git checkout 0.2.3-BETA
+rm -rf .git*
+cd ..
+tar cfz vdr-muggle-0.2.3.tgz muggle-0.2.3
+
+in the project configuration, add new version 0.2.3
+upload vdr-muggle-0.2.3.tgz
+
+announce new version at vdr@linuxtv.org
+