Skip to content

Commit cbee587

Browse files
authored
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

README.md

Lines changed: 1 addition & 0 deletions
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

content/Rust-1.0@1.md

Lines changed: 4 additions & 1 deletion
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

content/Rust-1.1.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
path = "2015/06/25/Rust-1.1"
33
title = "Rust 1.1 stable, the Community Subteam, and RustCamp"
44
authors = ["The Rust Core Team"]
5-
aliases = ["2015/06/25/Rust-1.1.html"]
5+
aliases = [
6+
"2015/06/25/Rust-1.1.html",
7+
"releases/1.1.0",
8+
]
69

710
[extra]
811
release = true

content/Rust-1.10.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
path = "2016/07/07/Rust-1.10"
33
title = "Announcing Rust 1.10"
44
authors = ["The Rust Core Team"]
5-
aliases = ["2016/07/07/Rust-1.10.html"]
5+
aliases = [
6+
"2016/07/07/Rust-1.10.html",
7+
"releases/1.10.0",
8+
]
69

710
[extra]
811
release = true

content/Rust-1.11.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
path = "2016/08/18/Rust-1.11"
33
title = "Announcing Rust 1.11"
44
authors = ["The Rust Core Team"]
5-
aliases = ["2016/08/18/Rust-1.11.html"]
5+
aliases = [
6+
"2016/08/18/Rust-1.11.html",
7+
"releases/1.11.0",
8+
]
69

710
[extra]
811
release = true

content/Rust-1.12.1.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
path = "2016/10/20/Rust-1.12.1"
33
title = "Announcing Rust 1.12.1"
44
authors = ["The Rust Core Team"]
5-
aliases = ["2016/10/20/Rust-1.12.1.html"]
5+
aliases = [
6+
"2016/10/20/Rust-1.12.1.html",
7+
"releases/1.12.1",
8+
]
69

710
[extra]
811
release = true

content/Rust-1.14.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
path = "2016/12/22/Rust-1.14"
33
title = "Announcing Rust 1.14"
44
authors = ["The Rust Core Team"]
5-
aliases = ["2016/12/22/Rust-1.14.html"]
5+
aliases = [
6+
"2016/12/22/Rust-1.14.html",
7+
"releases/1.14.0",
8+
]
69

710
[extra]
811
release = true

content/Rust-1.15.1.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
path = "2017/02/09/Rust-1.15.1"
33
title = "Announcing Rust 1.15.1"
44
authors = ["The Rust Core Team"]
5-
aliases = ["2017/02/09/Rust-1.15.1.html"]
5+
aliases = [
6+
"2017/02/09/Rust-1.15.1.html",
7+
"releases/1.15.1",
8+
]
69

710
[extra]
811
release = true

content/Rust-1.15.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
path = "2017/02/02/Rust-1.15"
33
title = "Announcing Rust 1.15"
44
authors = ["The Rust Core Team"]
5-
aliases = ["2017/02/02/Rust-1.15.html"]
5+
aliases = [
6+
"2017/02/02/Rust-1.15.html",
7+
"releases/1.15.0",
8+
]
69

710
[extra]
811
release = true

content/Rust-1.16.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
path = "2017/03/16/Rust-1.16"
33
title = "Announcing Rust 1.16"
44
authors = ["The Rust Core Team"]
5-
aliases = ["2017/03/16/Rust-1.16.html"]
5+
aliases = [
6+
"2017/03/16/Rust-1.16.html",
7+
"releases/1.16.0",
8+
]
69

710
[extra]
811
release = true

0 commit comments

Comments
 (0)