Skip to content

Commit

Permalink
ci: use auto conventional commits
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusTheHun committed Nov 27, 2024
1 parent d284946 commit 960a914
Show file tree
Hide file tree
Showing 3 changed files with 1,560 additions and 167 deletions.
7 changes: 7 additions & 0 deletions auto.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { AutoRc } from 'auto';

export default function rc(): AutoRc {
return {
plugins: ['npm', 'conventional-commits'],
};
}
Loading

0 comments on commit 960a914

Please sign in to comment.