Skip to content

Commit

Permalink
chore: revert "feat: add dirty to git describe"
Browse files Browse the repository at this point in the history
This reverts commit 79a9e40.

Still dirty.
  • Loading branch information
ilharp committed Sep 21, 2022
1 parent 2b55b92 commit 17386f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/build/utils/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const buildKoiVersion = () => {
if (overrideKoiVersion) return overrideKoiVersion

try {
return spawnSyncOutput('git', ['describe', '--tags', '--dirty']).trim()
return spawnSyncOutput('git', ['describe', '--tags']).trim()
} catch (error) {
return '0.0.1'
}
Expand Down

0 comments on commit 17386f8

Please sign in to comment.