Skip to content

Conversation

@xakraz
Copy link

@xakraz xakraz commented Nov 5, 2025

  • Add detailed message option to commit configuration in README.
  • Expand README with configuration and example sections for commit message templates.
  • Add lodash and @types/lodash to dependencies in package.json.
  • Import template from lodash and create a PluginConfig type in src/index.ts.
  • Replace unsafeParseAssets with unsafeParsePluginConfig to handle both assets and optional message in src/index.ts.
  • Implement custom commit message templating with lodash in prepare function in src/index.ts.

- Add detailed `message` option to commit configuration in README.
- Expand README with configuration and example sections for commit message templates.
- Add `lodash` and `@types/lodash` to dependencies in `package.json`.
- Import `template` from `lodash` and create a `PluginConfig` type in `src/index.ts`.
- Replace `unsafeParseAssets` with `unsafeParsePluginConfig` to handle both assets and optional message in `src/index.ts`.
- Implement custom commit message templating with lodash in `prepare` function in `src/index.ts`.

Signed-off-by: Xavier Krantz <xavier.krantz@datadome.co>
@xakraz xakraz changed the title feat/commit message feat: implement commit message templating with lodash support Nov 5, 2025
@xakraz xakraz changed the title feat: implement commit message templating with lodash support feat: add commit message config option support like @semantic-release/git Nov 7, 2025
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.

1 participant