imbrn/v8n

Introduce pulling to a development branch instead of master

Closed this issue · 2 comments

For proper versioning pull requests should not be toward master. I believe master should represent the latest released version whereas all changes for the next version should be on another branch called dev, develop or something like that. That branch could of course be default on GitHub to keep current code visible.

imbrn commented

That sounds good to me.

imbrn commented

But for now, I think we should keep it as it is. We'll still use branches for new features, but we'll keep the master branch to reflect the last modifications.