diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml
index 9357abb5..da8d8925 100644
--- a/.github/workflows/validate.yml
+++ b/.github/workflows/validate.yml
@@ -93,8 +93,6 @@ jobs:
steps:
- name: 🛒 Checkout
uses: actions/checkout@v4
- with:
- fetch-depth: 0
- name: ⚙️ Setup - Python 🐍
uses: actions/setup-python@v5
diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml
new file mode 100644
index 00000000..105ce2da
--- /dev/null
+++ b/.idea/inspectionProfiles/profiles_settings.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/musify.iml b/.idea/musify.iml
index ae68fbe9..00259be8 100644
--- a/.idea/musify.iml
+++ b/.idea/musify.iml
@@ -1,31 +1,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pyproject.toml b/pyproject.toml
index 975263d1..3f791fe7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -73,8 +73,10 @@ Issues = "https://github.com/geo-martino/musify/issues"
source = "versioningit"
[tool.versioningit.format]
-# WORKAROUND: actual production releases keep getting identified with distance and dirty
-# Delete this config when fixed. It should be the commented line below it (i.e. the default format)
+# WORKAROUND: commits for actual production releases keep getting identified as dirty and/or with distance
+# Delete this config when fixed. It should be the commented lines below each (i.e. the default formats)
+dirty = "{base_version}"
+#dirty = "{base_version}+d{build_date:%Y%m%d}"
distance-dirty = "{base_version}"
#distance-dirty = "{next_version}.dev{distance}+{vcs}{rev}.d{build_date:%Y%m%d}"