Skip to content

feat: add pluggable commit message generator for bit ci merge#9834

Merged
davidfirst merged 9 commits intomasterfrom
feat/pluggable-commit-message-generator
Jul 15, 2025
Merged

feat: add pluggable commit message generator for bit ci merge#9834
davidfirst merged 9 commits intomasterfrom
feat/pluggable-commit-message-generator

Conversation

@davidfirst
Copy link
Member

Enables custom commit message generation for bit ci merge through workspace configuration.

  • Adds commitMessageScript configuration option to teambit.git/ci aspect
  • Executes custom script to generate commit messages when configured
  • Includes script for Bit repository to maintain version-aware commit messages
  • Falls back to default message when no script is configured
  • Uses secure command execution without shell injection risks

Replaces hardcoded commit messages with configurable, repository-specific logic while keeping the CI command generic for all users.

@davidfirst davidfirst merged commit eeb000e into master Jul 15, 2025
10 checks passed
@davidfirst davidfirst deleted the feat/pluggable-commit-message-generator branch July 15, 2025 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants