Skip to content

Commit 57cbc90

Browse files
authored
Fix variable dates and remove script (#975)
This PR fixes 16's variables and remove the script.
1 parent 6ab714f commit 57cbc90

2 files changed

Lines changed: 13 additions & 63 deletions

File tree

.github/workflows/generate-release-metadata.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

variables.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# PG Variables set for HTML output
22
# See also mkdocs.yml plugins.with-pdf.cover_subtitle and output_path
33

4-
release: 2026-05-14
5-
dockertag: 2026-05-14
6-
pgversion: 2026-05-14
7-
pgsmversion: 2026-05-14
4+
release: 'release-notes-v16.14'
5+
dockertag: '16.14'
6+
pgversion: '16'
7+
pgsmversion: '2.3.2'
88

99

10-
date: 2026-05-14
10+
date:
1111
16_14: 2026-05-14
12-
16_13: 2026-05-14
13-
16_11: 2026-05-14
14-
16_10: 2026-05-14
15-
16_9_1: 2026-05-14
16-
16_9: 2026-05-14
17-
16_8: 2026-05-14
18-
16_6: 2026-05-14
19-
16_4: 2026-05-14
12+
16_13: 2026-02-26
13+
16_11: 2025-12-01
14+
16_10: 2025-09-11
15+
16_9_1: 2025-07-10
16+
16_9: 2025-05-29
17+
16_8: 2025-02-27
18+
16_6: 2024-12-03
19+
16_4: 2024-09-10
2020

0 commit comments

Comments
 (0)