summaryrefslogtreecommitdiff
path: root/README.git
diff options
context:
space:
mode:
Diffstat (limited to 'README.git')
-rw-r--r--README.git32
1 files changed, 32 insertions, 0 deletions
diff --git a/README.git b/README.git
new file mode 100644
index 0000000..71e6f97
--- /dev/null
+++ b/README.git
@@ -0,0 +1,32 @@
+how to anonymously get the current source
+=========================================
+
+git clone git://projects.vdr-developer.org/vdr-plugin-imonlcd.git imonlcd
+
+how to make a new release
+=========================
+
+adapt version in imonlcd.c and HISTORY
+
+set date in HISTORY
+
+git commit
+git status # must be clean
+git tag -a -m'new release' '0.0.5'
+git push --tags
+
+cd
+cd tmp
+rm -rf imonlcd-0.0.5
+git clone git://projects.vdr-developer.org/vdr-plugin-imonlcd.git imonlcd-0.0.5
+cd imonlcd-0.0.5
+git checkout 0.0.5
+rm -rf .git*
+cd ..
+tar cfz vdr-imonlcd-0.0.5.tgz imonlcd-0.0.5
+
+in the project configuration, add new version 0.0.5
+upload vdr-imonlcd-0.0.5.tgz
+
+announce new version at vdr@linuxtv.org
+