Re: Automating create-a-release-branch

2017-12-16 Thread Branko Čibej
On 15.12.2017 16:31, Julian Foad wrote: > Julian Foad wrote: >> I started writing a create-a-release-branch script to automate the >> part of the procedure documented in >> http://subversion.apache.org/docs/community-guide/releasing.html#release-branches >> >> Attached, in early draft form: >> tool

Re: Automating create-a-release-branch

2017-12-15 Thread Julian Foad
Julian Foad wrote: I started writing a create-a-release-branch script to automate the part of the procedure documented in http://subversion.apache.org/docs/community-guide/releasing.html#release-branches Attached, in early draft form: tools/dist/create-minor-release-branch.py [...] Suggesti

Automating create-a-release-branch

2017-12-11 Thread Julian Foad
I started writing a create-a-release-branch script to automate the part of the procedure documented in http://subversion.apache.org/docs/community-guide/releasing.html#release-branches Attached, in early draft form: tools/dist/create-minor-release-branch.py (contains bits from release.py) Sugg