michaeljoseph / changes

changes automates python library release tasks.

Home Page:https://michaeljoseph.github.io/changes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for non github projects

matino opened this issue · comments

Currently your remote needs to point to github, which is a limitation if you have a bitbucket hosting or you host on your own. How about checking only if git is used as VCS tool?

PS. Great project by the way ;)

@matino thanks for contributing :)
Think I'm going to look at https://github.com/FriendCode/giturlparse.py to adding support for git on BitBucket.
And then I guess a separate set of compatible hg commands after that: http://stackoverflow.com/a/1450420

@michaeljoseph - Thanks for prompt replies! What about private hosting? Wouldn't it be enough to check only if project has a remote origin?

@matino I've dropped the GitHub requirements in #101...

Nice, thanks a lot!