Skip to content

Commit c3a7eb5

Browse files
authored
Merge pull request #15621 from crazy-max/buildx-release-notes-std
build: add release notes
2 parents 75a3e35 + 7fe2679 commit c3a7eb5

File tree

7 files changed

+537
-7
lines changed

7 files changed

+537
-7
lines changed

_data/toc.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1427,6 +1427,8 @@ manuals:
14271427
title: Build contexts and linking targets
14281428
- path: /build/bake/compose-file/
14291429
title: Building from Compose file
1430+
- path: /build/release-notes/
1431+
title: Release notes
14301432
- sectiontitle: Docker Compose
14311433
section:
14321434
- path: /compose/

_includes/github_issue.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[{{ include.repo }}#{{ include.number }}](https://github.com/{{ include.repo }}/issues/{{ include.number }}){:target="_blank" rel="noopener" class="_"}

_includes/release-date.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<em class="release-date">{{ include.date }}</em>

_scss/_content.scss

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@
1010
}
1111
}
1212

13-
.content {
14-
ul {
15-
margin-top: 10px;
16-
}
17-
}
18-
1913
/*
2014
* Code formatting *************************************************************
2115
*/

_scss/_night-mode.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ body.night {
1717
}
1818

1919
.rating-nero-value,
20-
.reading-time {
20+
.reading-time,
21+
.release-date {
2122
color: $body-text-night !important;
2223
}
2324

_scss/_utilities.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@
1414
color: rgba(13, 86, 125, 0.55);
1515
}
1616

17+
.release-date {
18+
font-size: 12px;
19+
color: rgba(13, 86, 125, 0.55);
20+
}
21+
22+
.github-issue {
23+
font-size: 110%;
24+
margin-right: 5px;
25+
}
26+
1727
.break {
1828
margin-bottom: 20px!important;
1929
}

build/release-notes.md

Lines changed: 521 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)