summaryrefslogtreecommitdiff
path: root/task
Commit message (Collapse)AuthorAgeFilesLines
* Avoid git shenanigans with the build metadata fileseg-version-build-metadataSamuel Giddins2017-06-133-24/+32
|
* [Rakefile] Run hooks quietlySamuel Giddins2017-06-122-5/+5
|
* [Rakefile] Add tasks to setup git hooksSamuel Giddins2017-06-122-1/+48
|
* Rebuild build metadata whenever the HEAD changesSamuel Giddins2017-06-121-1/+1
|
* [Rakefile] Assume that the build metadata is unchanged before changing itSamuel Giddins2017-06-121-0/+2
|
* Add a rake task to generate build metadataSamuel Giddins2017-06-121-0/+18
|
* [Rakefile] Allow making a patch release with no changesseg-release-no-changesSamuel Giddins2017-05-191-1/+2
| | | | i.e. going from a pre to a .0
* [Rakefile] Handle when a patch release milestone also contains issuesSamuel Giddins2017-04-231-1/+2
|
* [Release] Coerce PR numbers to strings for the regexp matchingseg-release-pr-number-to-sSamuel Giddins2017-02-101-1/+1
|
* [Release] Fix pulling PRs from milestoneseg-fix-milestone-releaseSamuel Giddins2017-02-091-7/+21
| | | | | | Implement pagination Account for the fact that only issues can be filtered by milestone, not PRs
* [Release] Pull PRs to backport from GH milestoneseg-patch-release-milestoneSamuel Giddins2017-02-081-2/+22
|
* [Rakefile] Add release-related tasksseg-release-tasksSamuel Giddins2017-01-111-0/+81