make distcheck
should work$ git pull
$ make ChangeLog
Changelog
and add NEWS.md
. Update date of release. export BASHDB_MAJOR=5.0 # adjust
export BASHDB_MINOR=1.1.1 # adjust
export BASHDB_VERSION=${BASHDB_MAJOR}-${BASHDB_MINOR} # adjust
Make sure sources are current and checked in:
git commit . -m"Get ready for release $BASHDB_VERSION"
./autogen.sh && make && make check
git tag release-$BASHDB_VERSION
git commit .
git push --tags
git checkout master
git merge <branch>
Use the GUI https://sourceforge.net/projects/bashdb/files/bashdb
create new folder, right click to set place to upload and
hit upload button.
copy NEWS.md
as README.md
in $BASHDB_VERSION
Do this via copying NEWS.md
into tmp
$ cd doc
$ rm *.html
$ make
$ scp *.html rockyb,bashdb@web.sourceforge.net:htdocs
$ # scp -i ~/.ssh/id_rsa_sourceforge *.html rockyb,bashdb@web.sourceforge.net:/home/groups/b/ba/bashdb/htdocs/