Open
Description
Hello,
how can I use python-semantic-release without a remote repository?
Or with a 'local' remote repository / directory (git init --bare)?
Due to company guidelines I'm not allowed to upload the code to github.
If I dont't add a remote repository, I get the error 'ValueError: Remote named 'origin' didn't exist'
If I add a local directory as a remote repository, I get the error 'ValueError: Cannot parse ...' because it doesn't match an url pattern.
Although I get these errors, python-semantic-release increments the version number, but it doesn't create a changelog.
Git can push to the directory.
Is there a trick how I can get this working?
Thanks in advance.