Skip to content

Commit

Permalink
refactor: rewrite comment (#150)
Browse files Browse the repository at this point in the history
Co-authored-by: Almanov Nikita <[email protected]>
  • Loading branch information
github-actions[bot] and nikkeyl authored Sep 28, 2024
1 parent 237669e commit 0f71e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type { UserConfig } from '#types';
*
* @param {object} config Semantic Release.
*
* @returns Semantic Release config.
* @return Semantic Release config.
*/
const defineConfig = (config: UserConfig): UserConfig => config;

Expand Down

0 comments on commit 0f71e9c

Please sign in to comment.