First Commit
This commit is contained in:
54
externals/cryptopp-cmake/.versionrc.json
vendored
Normal file
54
externals/cryptopp-cmake/.versionrc.json
vendored
Normal file
@ -0,0 +1,54 @@
|
||||
{
|
||||
"types": [
|
||||
{
|
||||
"type": "feat",
|
||||
"section": "Features"
|
||||
},
|
||||
{
|
||||
"type": "fix",
|
||||
"section": "Bug Fixes"
|
||||
},
|
||||
{
|
||||
"type": "chore",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"type": "docs",
|
||||
"section": "Documentation"
|
||||
},
|
||||
{
|
||||
"type": "style",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"type": "refactor",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"type": "perf",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"type": "test",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"type": "build",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"type": "ops",
|
||||
"hidden": true
|
||||
}
|
||||
],
|
||||
"bumpFiles": [
|
||||
{
|
||||
"filename": "CMakeLists.txt",
|
||||
"updater": "cmake/scripts/standard-version-updater.js"
|
||||
}
|
||||
],
|
||||
"commitUrlFormat": "http://github.com/abdes/asap/commit/{{hash}}",
|
||||
"compareUrlFormat": "http://github.com/abdes/asap/compare/{{previousTag}}...{{currentTag}}",
|
||||
"issueUrlFormat": "http://github.com/abdes/asap/issues/{{id}}",
|
||||
"userUrlFormat": "http://github.com/abdes"
|
||||
}
|
||||
Reference in New Issue
Block a user