conserver/package
2019-03-24 11:17:27 -07:00
..
create-changes better use of version.h and letting configure build things with versions 2019-03-24 09:59:46 -07:00
get-version better use of version.h and letting configure build things with versions 2019-03-24 09:59:46 -07:00
make-and-stage-release integrate contrib version bits to make-and-stage-release 2019-03-24 11:01:50 -07:00
README.md more doc tweaks 2019-03-24 11:17:27 -07:00
run-gindent adding .gitignore and not removing ~ files 2019-03-21 01:20:56 -07:00
setup-configure adding LANG to avoid gcc docker warnings 2019-03-24 10:26:52 -07:00

Creating a new release

  • Create a new release branch git checkout -b release-vx.y.z
  • Edit conserver/version.h
  • Update CHANGES with output of ./package/create-changes vx.y.z..
  • Double-check and merge release branch
  • Run ./package/make-and-stage-release to create distribution, pgp sign, tag release, and push to github

Requirements:

  • autoconf
  • githubrelease (pypi)
  • gpg

Publishing a release

  • Use github to promote from draft or use the command output from make-and-stage-release
  • Send announcement on mailing lists