forked from Cimpress-MCP/JustReleaseNotes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
28 lines (28 loc) · 842 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"pathToSave": "..",
"packages": {
"JustReleaseNotes": {
"Issues": {
"Provider": "GitHubIssues",
"HtmlUrl": "https://github.com/Cimpress-MCP/JustReleaseNotes/issues",
"Authorization": "token ENV[githubToken]",
"Url": "https://api.github.com/repos/Cimpress-MCP/JustReleaseNotes/issues"
},
"Source": {
"Provider": "GitRepo",
"RepositoryUrl": "https://github.com/Cimpress-MCP/JustReleaseNotes.git",
"VersionTagRegex": "^v([0-9]+\\.[0-9]+\\.[0-9]+)$"
},
"ReleaseNotesWriter" : [
{
"Provider" : "GithubMarkdownWriter",
"PathToSave" : "index.md"
},
{
"Provider" : "HtmlWriter",
"PathToSave" : "index.html"
}
]
}
}
}