We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af409d commit ddcea5aCopy full SHA for ddcea5a
tools/plugins/packagerPlugin.ts
@@ -56,6 +56,7 @@ function plugin(): Plugin {
56
manifest.animated_java.min_version = PACKAGE.min_blockbench_version
57
manifest.animated_java.variant = PACKAGE.variant
58
manifest.animated_java.tags = PACKAGE.tags
59
+ manifest.animated_java.has_changelog = true
60
61
fs.writeFileSync(
62
PLUGIN_MANIFEST_PATH,
0 commit comments