mirror of https://github.com/usememos/memos
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
791 B
JSON
36 lines
791 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
"include-v-in-tag": true,
|
|
"include-component-in-tag": false,
|
|
"bump-minor-pre-major": true,
|
|
"packages": {
|
|
".": {
|
|
"release-type": "go",
|
|
"package-name": "memos",
|
|
"changelog-path": "CHANGELOG.md",
|
|
"changelog-sections": [
|
|
{
|
|
"type": "feat",
|
|
"section": "Features"
|
|
},
|
|
{
|
|
"type": "fix",
|
|
"section": "Bug Fixes"
|
|
},
|
|
{
|
|
"type": "perf",
|
|
"section": "Performance Improvements"
|
|
},
|
|
{
|
|
"type": "deps",
|
|
"section": "Dependencies"
|
|
},
|
|
{
|
|
"type": "revert",
|
|
"section": "Reverts"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|