mirror of
https://github.com/OpenCTI-Platform/opencti.git
synced 2025-12-22 08:17:08 +00:00
19 lines
446 B
JavaScript
19 lines
446 B
JavaScript
module.exports = {
|
|
"prefix": "Version ",
|
|
"data-source": "milestones",
|
|
"milestone-match": "Release {{tag_name}}",
|
|
"ignoreIssuesWith": [
|
|
"duplicate",
|
|
"wontfix",
|
|
"invalid",
|
|
"help wanted"
|
|
],
|
|
"template": {
|
|
"issue": "- [{{text}}]({{url}}) {{name}}"
|
|
},
|
|
"groupBy": {
|
|
"Enhancements:": ["feature", "internal", "build", "documentation"],
|
|
"Bug Fixes:": ["bug"]
|
|
}
|
|
};
|