Skip to content

Commit

Permalink
refactor(user-config): add comment example (#104)
Browse files Browse the repository at this point in the history
Co-authored-by: Almanov Nikita <131481562+nikkeyl@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and nikkeyl authored Aug 5, 2024
1 parent e6950c5 commit e692dd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types/user-config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ interface UserConfig extends Options {
* All plugins will receive the `preset` option,
* which will be used by both @semantic-release/commit-analyzer
* and @semantic-release/release-notes-generator.
*
* Example: 'conventionalcommits'.
*/
preset?: string;
}
Expand Down

0 comments on commit e692dd5

Please sign in to comment.