mirror of
https://github.com/privacy-scaling-explorations/p0tion.git
synced 2026-01-14 00:08:48 -05:00
75 lines
1.5 KiB
JSON
75 lines
1.5 KiB
JSON
{
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"npmClient": "yarn",
|
|
"version": "1.2.3",
|
|
"changelogPreset": {
|
|
"name": "conventionalcommits",
|
|
"issuePrefixes": [
|
|
"#"
|
|
],
|
|
"issueUrlFormat": "{{host}}/{{owner}}/{{repository}}/issues/{{id}}",
|
|
"commitUrlFormat": "{{host}}/{{owner}}/{{repository}}/commit/{{hash}}",
|
|
"compareUrlFormat": "{{host}}/{{owner}}/{{repository}}/compare/{{previousTag}}...{{currentTag}}",
|
|
"userUrlFormat": "{{host}}/{{user}}",
|
|
"types": [
|
|
{
|
|
"type": "feat",
|
|
"section": "Features"
|
|
},
|
|
{
|
|
"type": "feature",
|
|
"section": "Features"
|
|
},
|
|
{
|
|
"type": "fix",
|
|
"section": "Bug Fixes"
|
|
},
|
|
{
|
|
"type": "perf",
|
|
"section": "Performance Improvements"
|
|
},
|
|
{
|
|
"type": "revert",
|
|
"section": "Reverts"
|
|
},
|
|
{
|
|
"type": "docs",
|
|
"section": "Documentation",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"type": "style",
|
|
"section": "Styles",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"type": "chore",
|
|
"section": "Miscellaneous Chores",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"type": "refactor",
|
|
"section": "Code Refactoring",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"type": "test",
|
|
"section": "Tests",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"type": "build",
|
|
"section": "Build System",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"type": "ci",
|
|
"section": "Continuous Integration",
|
|
"hidden": true
|
|
}
|
|
]
|
|
}
|
|
}
|