github.com/everdrone/grab@v0.1.7-0.20230416223925-40674b995521/.versionrc (about) 1 { 2 "types": [ 3 { 4 "type": "feat", 5 "section": "Features" 6 }, 7 { 8 "type": "fix", 9 "section": "Bug Fixes" 10 }, 11 { 12 "type": "test", 13 "section": "Tests", 14 "hidden": true 15 }, 16 { 17 "type": "build", 18 "section": "Build System", 19 "hidden": true 20 } 21 ], 22 "bumpFiles": [ 23 { 24 "filename": "./internal/config/version.go", 25 "updater": "./scripts/standard-version-updater.js" 26 } 27 ], 28 "skip": { 29 "bump": false, 30 "commit": false, 31 "tag": false 32 } 33 }