github.com/braveheart12/just@v0.8.7/version/README.md (about) 1 Structure of the versiontable.yml file 2 3 versiontable: 4 {FEATURE KEYWORD}: 5 startversion: {Start version} 6 description: {Description about feature} 7 8 9 For example, the file structure can be: 10 11 versiontable: 12 CREATED_VERSION_MANAGER: 13 startversion: v0.1.1 14 description: Create version manager for Insolar platform 15 CHANGED_CONSENSUS_VERSION_MANAGER: 16 startversion: v0.5.2 17 description: Changed consensus of the version manager to BFT 18 ...