Skip to content

Commit

Permalink
feat: expose more functions
Browse files Browse the repository at this point in the history
  • Loading branch information
a145789 committed Dec 7, 2023
1 parent 276cc71 commit 7895689
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { release } from './release'
import { changelog } from './changelog'
import { commitLint } from './commitLint'

export { release, changelog, commitLint }
export * from './release'
export * from './changelog'
export * from './commitLint'

0 comments on commit 7895689

Please sign in to comment.