From bce2ee7c214f877ef25c414836109f73e0f9ed6c Mon Sep 17 00:00:00 2001 From: dreaming-augustin Date: Sun, 22 Dec 2024 20:59:56 +0800 Subject: [PATCH] feat(build): optionally include version in released filename Documenting: fomantic/Fomantic-UI#3138 --- server/documents/introduction/build-tools.html.eco | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/server/documents/introduction/build-tools.html.eco b/server/documents/introduction/build-tools.html.eco index 94cb73c86..847c75ace 100644 --- a/server/documents/introduction/build-tools.html.eco +++ b/server/documents/introduction/build-tools.html.eco @@ -195,6 +195,12 @@ type : 'Introduction' // current version of Fomantic UI "version": "<%= @getVersion() %>", + // Whether to include the version string to the released files. Default: false + "includeVersionInFileName": false, + + // If includeVersionInFileName is true, this revision string will also be added to the name of the released file + "revision": "", + "paths": { "source": {