{
"app_name": "processo",
"logo": "https://github.com/rafinskipg/git-changelog/raw/master/images/git-changelog-logo.png",
"intro": "Projeto de controle",
"branch" : "master",
"repo_url": "git@xxxxxx:xxxxxx/processo.git",
"version" : "v1.0.0",
"file": "CHANGELOG.md",
"sections": [
{
"title": "Correções de Bug",
"grep": "(\[FIX\])|correção/i"
},
{
"title": "Features",
"grep": "\[FEATURE\]"
},
{
"title": "Erro 500",
"grep": "\[500\]"
},
{
"title": "Refactoração",
"grep": "\[REFACTOR\]"
},
{
"title": "Test",
"grep": "\[TEST\]"
},
]
}
git changelog -r git@git.xxxxxx.com.br:xxxxxxx/processo.git
Executing git changelog:
- With URL git@git.xxxxxx.com.br:xxxxxxx/processo.git
Found changelog rc
Sorry, you've not configured an origin remote or passed a `repo_url` config value
i've got this config:
i use this command:
and i get this output:
what am i doing wrong?