Skip to content

Commit

Permalink
feat(sanity): make Content Releases opt-out
Browse files Browse the repository at this point in the history
  • Loading branch information
juice49 committed Jan 31, 2025
1 parent 52edbbe commit 7852ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sanity/src/core/config/resolveDefaultPlugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ export function getDefaultPluginsOptions(
...workspace.scheduledPublishing,
},
releases: {
enabled: true,
...workspace.releases,
enabled: workspace.releases?.enabled ?? false,
},
}
}

0 comments on commit 7852ef6

Please sign in to comment.