Releases: gcattan/git-quality-check
Releases · gcattan/git-quality-check
v0.1.3
What's Changed
- Update test-action.yml by @gcattan in #36
- Update README.md by @gcattan in #37
- Bump peter-evans/create-pull-request from 4 to 5 by @dependabot in #39
- Bump actions/checkout from 3 to 4 by @dependabot in #41
- Format Python code with psf/black push by @github-actions in #43
Full Changelog: v0.1.2...v0.1.3
v0.1.2
v0.1.1
What's Changed
- Create dependabot.yml by @gcattan in #21
- Bump actions/checkout from 2 to 3 by @dependabot in #23
- Bump actions/setup-python from 2 to 4 by @dependabot in #22
- Bump peter-evans/create-pull-request from 3 to 4 by @dependabot in #24
- Bump RubbaBoy/BYOB from 1.2.1 to 1.3.0 by @dependabot in #25
- Update README.md by @gcattan in #26
- Code comments by @gcattan in #29
- Improve report by @gcattan in #32
New Contributors
- @dependabot made their first contribution in #23
Full Changelog: v0.1...v0.1.1
v0.1
What's Changed
- Format Python code with psf/black push by @github-actions in #4
- Create formatter.yml by @gcattan in #3
- Format Python code with psf/black push by @github-actions in #6
- Python module refacto by @gcattan in #5
- pytest integration by @gcattan in #9
- Pytest utils by @gcattan in #11
Full Changelog: v0.0-beta...v0.1
v0.0-beta
- Correct bug in the computation of coupling.
- Improve formatting of the overall score.
v0.0-alpha
A simple python script that estimates:
- the percent of commit containing "bad" words
- the percent of commit with "test" word
- the percent of branches with age > 2 months
- the percent of coupled branches.
The script then outputs an overall score.