conserver/package
2019-03-26 23:27:08 -07:00
..
create-changes Release v8.2.4 2019-03-26 22:25:32 -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 better do the right thing when building a local set 2019-03-26 23:27:08 -07:00
README.md tweaking release process for next time 2019-03-26 22:47:00 -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 GITHUB_TOKEN=xxxx ./package/make-and-stage-release to tag release, create distribution, pgp sign, 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