Skip to content

Commit 523bf37

Browse files
committed
fix: default commits to true
1 parent b90fb35 commit 523bf37

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

infra/pdk/src/utils/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const DEFAULT_CONFIG: Partial<PDKConfig> = {
2323
runInBand: false, // Optimize for speed by default
2424
ignoreScripts: false, // Respect build scripts by default
2525
tagPrefix: 'v', // Most common git tag convention
26+
commit: true, // Most common git tag convention
2627

2728
// AI defaults - opt-in for security and cost reasons
2829
useAi: false, // Prevent unexpected API calls/costs

0 commit comments

Comments
 (0)