mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
File systeme V3
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
mode: absorb
|
||||
mode: increment
|
||||
blade-directive: version
|
||||
current:
|
||||
label: ''
|
||||
major: 3
|
||||
minor: 2
|
||||
patch: 5
|
||||
prerelease: 23-gae00c9e7
|
||||
patch: 6
|
||||
prerelease: ''
|
||||
buildmetadata: ''
|
||||
commit: 41845
|
||||
commit: '41847'
|
||||
timestamp:
|
||||
year: 2020
|
||||
month: 6
|
||||
day: 21
|
||||
hour: 18
|
||||
minute: 44
|
||||
second: 55
|
||||
month: 10
|
||||
day: 13
|
||||
hour: 14
|
||||
minute: 50
|
||||
second: 31
|
||||
timezone: America/New_York
|
||||
commit:
|
||||
mode: git-local
|
||||
@@ -44,10 +44,10 @@ format:
|
||||
prerelease: '{$prerelease}'
|
||||
buildmetadata: '{$buildmetadata}'
|
||||
commit: '{$commit}'
|
||||
version: 'v {$major}.{$minor}.{$patch} (commit {$commit})'
|
||||
version: 'v {$major}.{$minor}.{$patch}'
|
||||
version-only: 'version {$major}.{$minor}.{$patch}'
|
||||
full: '{$version-only}[.?={$prerelease}][+?={$buildmetadata}] (commit {$commit})'
|
||||
compact: 'v{$major}.{$minor}.{$patch}-{$commit}'
|
||||
compact: 'v{$major}.{$minor}.{$patch}'
|
||||
timestamp-year: '{$timestamp.year}'
|
||||
timestamp-month: '{$timestamp.month}'
|
||||
timestamp-day: '{$timestamp.day}'
|
||||
|
||||
Reference in New Issue
Block a user