Skip to content

Commit

Permalink
refactor(release.config): add defineConfig (#128)
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 Mar 18, 2024
1 parent 748c610 commit 6b0a188
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions release.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
export default {
import { defineConfig } from '@archoleat/semantic-release-define-config';

export default defineConfig({
branches: ['main'],
plugins: [
[
Expand Down Expand Up @@ -84,4 +86,4 @@ export default {
'@semantic-release/github',
],
preset: 'conventionalcommits',
};
});

0 comments on commit 6b0a188

Please sign in to comment.