]> WPIA git - cassiopeia.git/blob - scripts/genchangelog.sh
chg: changelog script to provide reproducible versioning
[cassiopeia.git] / scripts / genchangelog.sh
1 cd "$(dirname $0)"
2 cat > ../debian/changelog <<EOF
3 wpia-cassiopeia ($(git describe HEAD --tags --match "v*" | sed "s/^v//")) unstable; urgency=low
4
5   * Initial Release.
6
7  -- WPIA Software Team <software@wpia.club>  $(LANG=C date "+%a, %d %b %Y %H:%M:%S %z")
8 EOF