Skip to content

Commit

Permalink
feat(build): optionally include version in released filename
Browse files Browse the repository at this point in the history
  • Loading branch information
dreaming-augustin authored Dec 22, 2024
1 parent f66fa97 commit bce2ee7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions server/documents/introduction/build-tools.html.eco
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit bce2ee7

Please sign in to comment.