Skip to content

Commit cbee587

Browse files
authoredApr 15, 2025
Merge pull request #1578 from rust-lang/senekor/zzkyzkvtvlzu
Add releases/... alias for release posts
2 parents 4933fc1 + ad764f3 commit cbee587

File tree

119 files changed

+485
-119
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+485
-119
lines changed
 

Diff for: ‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ path = "2015/03/15/some-slug"
4040
title = "Title of the blog post"
4141
authors = ["Blog post author (or on behalf of which team)"]
4242
description = "(optional)"
43+
aliases = ["releases/X.XX.X"] # only if the post is a release
4344

4445
[extra] # optional section
4546
team = "Team Name" # if post is made on behalf of a team

Diff for: ‎content/Rust-1.0@1.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
path = "2015/05/15/Rust-1.0"
33
title = "Announcing Rust 1.0"
44
authors = ["The Rust Core Team"]
5-
aliases = ["2015/05/15/Rust-1.0.html"]
5+
aliases = [
6+
"2015/05/15/Rust-1.0.html",
7+
"releases/1.0.0",
8+
]
69

710
[extra]
811
release = true

0 commit comments

Comments
 (0)