Skip to content

Commit 22b5171

Browse files
committed
chore: add releases to gitignore
Add the releases directory to the .gitignore to prevent runtime/debug from detecting a modified source tree when built via goreleaser. Before this change, binaries built from tagged releases would return incorrect version info with a '-dirty' suffix. Signed-off-by: Nick Hale <[email protected]>
1 parent 7ba137a commit 22b5171

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
**/package-lock.json
66
**/__pycache__
77
/docs/yarn.lock
8+
/releases
9+
/checksums.txt

0 commit comments

Comments
 (0)