Commit Graph

5 Commits (4d4005d8b7455fba8fe4e59dc99727a4caec6edf)

Author SHA1 Message Date
Patric Stout a38122e6f2 Fix: [AzurePipelines] the changelog-generation-script was mixing UTC and non-UTC
'date -u' returns the time in UTC. 'git log' uses local time. In
result, when a machine is on for example +0100, it would generate
the changelog of 7 days 1 hour, instead of 7 days. This is a silly
oversight.
5 years ago
glx bf4672864d Fix #7960: use the same method as findversion.sh to determine tag 5 years ago
Charles Pigott 3775381c10 Fix: [Pipelines] Account for versions being more than one digit when generating changelog output 5 years ago
Patric Stout 4d5d21be76 Fix: [AzurePipelines] always list the full changelog since last stable 5 years ago
Patric Stout 750927372f Add: [AzurePipeline] introducing a release pipeline
This release pipeline creates all the official release binaries,
and publishes them as artifacts. Currently it can only produce
nightlies and custom builds; stable/testing release binaries are
untested.

This commit also splits up the pipeline in small bits, to both
improve readability, and to share code with the CI pipeline where
possible.
6 years ago