As discussed before, the future development workflow would be some kind of the forking workflow with PRs targeted against the development branch.
Releasing would mean merging to master, while following semver.
I would also suggest protecting the branches and adding status checks to Pull Request (when CI discussed in #40 is set up). Also enforcing code reviews before merging would be possible.
As discussed before, the future development workflow would be some kind of the forking workflow with PRs targeted against the
development
branch. Releasing would mean merging to master, while following semver.I would also suggest protecting the branches and adding status checks to Pull Request (when CI discussed in #40 is set up). Also enforcing code reviews before merging would be possible.