Skip to content

Commit f345cb8

Browse files
committed
Add config and data for 4.6.1-stable
1 parent 154aab5 commit f345cb8

File tree

2 files changed

+395
-82
lines changed

2 files changed

+395
-82
lines changed
Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
{
22
"name": "4.6.1",
3-
"git_tag": "4.6",
4-
"ref": "7bfffc846d13cf0368a0c59c72f821fd916824d1",
3+
"ref": "4.6.1-stable",
54
"from_ref": "4.6-stable",
6-
"article": "https://godotengine.org/article/release-candidate-godot-4-6-1-rc-1/",
5+
"article": "https://godotengine.org/article/maintenance-release-godot-4-6-1/",
76

87
"releases": [
98
{
109
"name": "rc1",
1110
"ref": "7bfffc846d13cf0368a0c59c72f821fd916824d1",
1211
"from_ref": "4.6-stable",
1312
"article": "https://godotengine.org/article/release-candidate-godot-4-6-1-rc-1/"
13+
},
14+
{
15+
"name": "stable",
16+
"ref": "4.6.1-stable",
17+
"from_ref": "7bfffc846d13cf0368a0c59c72f821fd916824d1",
18+
"article": "https://godotengine.org/article/maintenance-release-godot-4-6-1/"
1419
}
1520
]
1621
}

0 commit comments

Comments
 (0)