diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-12-25 15:24:00 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-25 15:24:00 +0000 |
| commit | 152955c18a1d81536a7e39bdda2dbcea1fe6948f (patch) | |
| tree | a3ff44054b78ab5861b0731c0e5d5fc0f2282f0e /.github/workflows/build.yml | |
| parent | bc883e393db2e07f3519993abae0248e3584cbef (diff) | |
| parent | 2d8252f3e5600a6246ae64d2c0be412087c8ef8b (diff) | |
Merge #567
567: Promote v1.0 in docs r=korken89 a=AfoHT
Co-authored-by: Henrik Tjäder <henrik@grepit.se>
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d7c595e..7a324bc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -522,7 +522,7 @@ jobs: langs=( en ru ) devver=( dev ) # The latest stable must be the first element in the array - vers=( 0.5.x 0.4.x ) + vers=( 1.0.x 0.5.x 0.4.x ) # All releases start with "v" # followed by MAJOR.MINOR.PATCH, see semver.org |
