Skip to content

Commit

Permalink
chore(config/semantic-release): add config file
Browse files Browse the repository at this point in the history
  • Loading branch information
MFarabi619 committed Aug 6, 2024
1 parent 14d80f9 commit 5183c05
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions release.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import type { GlobalConfig } from 'semantic-release'

const config: Partial<GlobalConfig> = {
branches: ['main'],
}

export default config

0 comments on commit 5183c05

Please sign in to comment.