Closed yoimnik closed 5 years ago
example of what i mean above: https://github.com/CityofSantaMonica/mds-provider-services/blob/db/ingest/requirements.txt#L1
Right, master
is the stable reference for e.g. pip installing.
dev
-> master
, representing the next release 0.2.0
. PRs should generally target dev
, unless it is an urgent break-fix.dev
will stay as the default to help ensure correct PR targeting the first time.
I think this was answered above. Let me know if not...
Causing more confusion than it was worth, so I got rid of dev
after the latest release. master
is now the default branch for PRs etc.
are we supposed to make contributions to dev or master?
the mds-provider-services uses the master branch for pip installing the libraries. should we PR dev into master, and make master the default branch for this repo?