Skip to content

Commit ddcea5a

Browse files
committed
🛠️ Add "has_changelog" to plugin packager
1 parent 2af409d commit ddcea5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/plugins/packagerPlugin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ function plugin(): Plugin {
5656
manifest.animated_java.min_version = PACKAGE.min_blockbench_version
5757
manifest.animated_java.variant = PACKAGE.variant
5858
manifest.animated_java.tags = PACKAGE.tags
59+
manifest.animated_java.has_changelog = true
5960

6061
fs.writeFileSync(
6162
PLUGIN_MANIFEST_PATH,

0 commit comments

Comments
 (0)