oracle / oci-python-sdk

Oracle Cloud Infrastructure SDK for Python
https://cloud.oracle.com/cloud-infrastructure
Other
386 stars 276 forks source link

is this project a code dump? only a single commit per release? #415

Open pabs3 opened 2 years ago

pabs3 commented 2 years ago

Is this project a code dump of an internal repository?

I noticed that there is only a single commit per release, each of the commits include a ton of unrelated changes in the same commit.

The best practice with git is to make small logical changes in individual commits:

https://www.perforce.com/blog/vcs/git-best-practices-git-commit https://gist.github.com/luismts/495d982e8c5b1a0ced4a57cf3d93cf60 https://sethrobertson.github.io/GitBestPractices/ https://community.atlassian.com/t5/Bitbucket-articles/Git-Best-Practices/ba-p/1628803 https://www.simplethread.com/what-makes-a-good-git-commit/

This helps when doing git bisects to find out which change introduced a bug.

It would be great if you could adopt git best practices.

pabs3 commented 2 years ago

Has there been any update on this? I notice a bot is now doing the releases.