We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
commits
1 parent b90fb35 commit 523bf37Copy full SHA for 523bf37
1 file changed
infra/pdk/src/utils/config.ts
@@ -23,6 +23,7 @@ const DEFAULT_CONFIG: Partial<PDKConfig> = {
23
runInBand: false, // Optimize for speed by default
24
ignoreScripts: false, // Respect build scripts by default
25
tagPrefix: 'v', // Most common git tag convention
26
+ commit: true, // Most common git tag convention
27
28
// AI defaults - opt-in for security and cost reasons
29
useAi: false, // Prevent unexpected API calls/costs
0 commit comments