Skip to content

Commit

Permalink
attempt fix for build versioning: format workaround again
Browse files Browse the repository at this point in the history
  • Loading branch information
geo-martino committed Apr 10, 2024
1 parent dea071f commit 36aa0b0
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 32 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ jobs:
steps:
- name: 🛒 Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: ⚙️ Setup - Python 🐍
uses: actions/setup-python@v5
Expand Down
6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 7 additions & 28 deletions .idea/musify.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down

0 comments on commit 36aa0b0

Please sign in to comment.