ext-cryptopp-cmake/.versionrc.json
Abdessattar Sassi d20f83a3af chore: hard fork from noloader/cryptopp-cmake (547c965)
This new repo is aimed at users who need a modern cmake version of the
crypto++ builder. It will not track the original repo as an upstream.
It will evolve on its own while tracking the releases of crypto++.
2022-08-23 17:19:43 +04:00

55 lines
1019 B
JSON

{
"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"
}