Skip to content

Commit 22844b3

Browse files
Use ga instead of comming tag
1 parent d339a2b commit 22844b3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build-tools-internal/src/main/resources/templates/breaking-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ for(bundle in changelogBundles) {
2222
if (coming) {
2323
print "\n"
2424
print "```{applies_to}\n"
25-
print "stack: coming ${version}\n"
25+
print "stack: ga ${version}\n"
2626
print "```"
2727
}
2828
%>

build-tools-internal/src/main/resources/templates/deprecations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ for(bundle in changelogBundles) {
2626
if (coming) {
2727
print "\n"
2828
print "```{applies_to}\n"
29-
print "stack: coming ${version}\n"
29+
print "stack: ga ${version}\n"
3030
print "```"
3131
}
3232
%>

build-tools-internal/src/main/resources/templates/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ for(bundle in changelogBundles) {
3434

3535
if (coming) {
3636
print "```{applies_to}\n"
37-
print "stack: coming ${version}\n"
37+
print "stack: ga ${version}\n"
3838
print "```"
3939
print "\n"
4040
}

0 commit comments

Comments
 (0)