See how a minor change to your commit message style can make a difference.
Tip
Take a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs
#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
# ------------------------------------------------------------------------- | |
# - | |
# Python Module Argument Parser - | |
# - | |
# Created by Fonic <https://github.com/fonic> - | |
# Date: 06/20/19 - 04/03/24 - | |
# - |
See how a minor change to your commit message style can make a difference.
Tip
Take a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs