Open jacob-macleod opened 2 months ago
Add changelog validation to the config so that when making a merge request, the changelog is read to make sure in has a correct format and the latest version is correct (it has been incremented to store the same value as backend/__init__.py). You'll need to add to the bump_version.sh script in https://github.com/jacob-macleod/Dolphin-Flashcard-App/blob/main/.github/workflows/bump_version.yml.
backend/__init__.py
bump_version.sh
I would recommand using kacl-cli, which can be installed with pip. kacl-cli current gets the latest version in the changelog and kacl-cli verify verifies if the changelog is correct
kacl-cli
kacl-cli current
kacl-cli verify
Let me know if you have any questions
Add changelog validation to the config so that when making a merge request, the changelog is read to make sure in has a correct format and the latest version is correct (it has been incremented to store the same value as
backend/__init__.py
). You'll need to add to thebump_version.sh
script in https://github.com/jacob-macleod/Dolphin-Flashcard-App/blob/main/.github/workflows/bump_version.yml.I would recommand using
kacl-cli
, which can be installed with pip.kacl-cli current
gets the latest version in the changelog andkacl-cli verify
verifies if the changelog is correctLet me know if you have any questions