From fcc682899b094a125fb2f392f197c65779247a59 Mon Sep 17 00:00:00 2001 From: Kyle Stevenson Date: Wed, 13 Sep 2023 13:57:47 +1000 Subject: [PATCH] Clarify auto-tagging --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4545e51..493a09e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # Wordpress Plugin for the PVTL ERP Sync Tool -This plugin provides a settings screen within the WP Admin area and also enables data to be synced to/from the ERP Sync Tool. \ No newline at end of file +This plugin provides a settings screen within the WP Admin area and also enables data to be synced to/from the ERP Sync Tool. + + +## Git Tags + +Git will automatically tag a commit whenever a change to the version number is detected inside `erp-sync-tool.php`. + +This behaviour is handled by `.github/workflows/version-update.yml`. \ No newline at end of file