Skip to content

build: add release notes #15621

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Sep 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _data/toc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1427,6 +1427,8 @@ manuals:
title: Build contexts and linking targets
- path: /build/bake/compose-file/
title: Building from Compose file
- path: /build/release-notes/
title: Release notes
- sectiontitle: Docker Compose
section:
- path: /compose/
Expand Down
1 change: 1 addition & 0 deletions _includes/github_issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{{ include.repo }}#{{ include.number }}](https://github.com/{{ include.repo }}/issues/{{ include.number }}){:target="_blank" rel="noopener" class="_"}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW; I know we're using it in many places, but the "class" option may not be needed; seems just to make sure the link doesn't have a CSS class assigned (we should even consider doing the reverse, and use a special class for these links)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes many places: https://github.com/docker/docker.github.io/search?q=rel%3D%22noopener%22+class%3D%22_%22 😅. Let's track this for a follow-up.

1 change: 1 addition & 0 deletions _includes/release-date.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<em class="release-date">{{ include.date }}</em>
6 changes: 0 additions & 6 deletions _scss/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@
}
}

.content {
ul {
margin-top: 10px;
}
}

/*
* Code formatting *************************************************************
*/
Expand Down
3 changes: 2 additions & 1 deletion _scss/_night-mode.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ body.night {
}

.rating-nero-value,
.reading-time {
.reading-time,
.release-date {
color: $body-text-night !important;
}

Expand Down
10 changes: 10 additions & 0 deletions _scss/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@
color: rgba(13, 86, 125, 0.55);
}

.release-date {
font-size: 12px;
color: rgba(13, 86, 125, 0.55);
}

.github-issue {
font-size: 110%;
margin-right: 5px;
}

.break {
margin-bottom: 20px!important;
}
Expand Down
521 changes: 521 additions & 0 deletions build/release-notes.md

Large diffs are not rendered by default.