Skip to content

Commit

Permalink
docs: reference automated pl
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Zacsh <[email protected]>
  • Loading branch information
calumcalder and jzacsh authored Feb 17, 2025
1 parent cd229d2 commit 576c3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/Publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The action contains two jobs; one to bump the version number of the DTP packages

DTP uses [Semantic Versioning](https://semver.org/) for published packages. We also enforce [Conventional Commits](https://conventionalcommits.org/) on the `master` branch through the `.github/workflows/commitlint.yml` Github action, which lets us automatically calculate version numbers.

Commitizen is a tool that supports automatically incrementing SemVer version numbers based on git commit history. Our usage of Commitizen is configured in `.cz.toml`, and is used in a Github action to automatically tag the new version in git.
Commitizen is a tool that supports automatically incrementing SemVer version numbers based on git commit history. Our usage of Commitizen is configured in `.cz.toml`, and is used in a Github action to automatically tag the new version in git and publish to maven (per "automated publishing" section of this doc).

### Automated Publishing

Expand Down

0 comments on commit 576c3d7

Please sign in to comment.