summaryrefslogtreecommitdiff
path: root/README.git
blob: 18a37695e01df9d028bbd93604e555b3c978b6a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
how to anonymously get the current source
=========================================

git clone git://projects.vdr-developer.org/vdr-plugin-image.git image

how to make a new release
=========================

adapt version in image.c and HISTORY

set date in HISTORY

#> git commit
#> git status # must be clean
#> git tag -a -m 'new release' '0.3.1'
#> git push --tags

Build package

#> make dist

in the project configuration, add new version 0.3.1
upload vdr-image-0.3.1.tgz

announce new version at vdr@linuxtv.org