Index: ossp-pkg/shiela/devtool.conf RCS File: /v/ossp/cvs/ossp-pkg/shiela/devtool.conf,v rcsdiff -q -kk '-r1.5' '-r1.6' -u '/v/ossp/cvs/ossp-pkg/shiela/devtool.conf,v' 2>/dev/null --- devtool.conf 2002/12/22 15:01:17 1.5 +++ devtool.conf 2002/12/23 09:12:37 1.6 @@ -16,7 +16,7 @@ "$@" %release - ./devtool version + ./devtool bump ./devtool tag ./devtool dist ./devtool upload @@ -31,6 +31,10 @@ sed -e "s/^B [0-9].*/B $V/" shiela.pod.n && mv shiela.pod.n shiela.pod sed -e "s/^B [0-9].*/B $V/" shiela-install.pod.n && mv shiela-install.pod.n shiela-install.pod +%bump + ./devtool version + cvs ci -m "bump version for release" + %tag V=`./shtool version -ltxt -dshort VERSION | sed -e 's;\.;_;g'` echo "+++ tagging CVS sources as SHIELA_${V}"