Skip to content

How can I use it purely locally #734

Open
@Deran80

Description

@Deran80

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    confirmedPrevent from becoming stalefeatureA new feature or a feature requestquestion

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions