Private
Public Access
1
0

Implement hybrid versioning approach

This commit is contained in:
2025-07-15 16:39:57 -07:00
parent 21703b9f8e
commit 3197814098
3 changed files with 39 additions and 2 deletions

View File

@@ -3,7 +3,11 @@
"allow": [
"Bash(find:*)",
"Bash(cargo build:*)",
"Bash(diesel migration generate:*)"
"Bash(diesel migration generate:*)",
"Bash(cargo clean:*)",
"Bash(git describe:*)",
"Bash(git add:*)",
"Bash(git commit:*)"
],
"deny": []
}