@r4lrgx/shared-config
Version:
🔩 My customized Config of semantic release and commitlint and others.
10 lines (9 loc) • 377 B
TypeScript
export { commitAnalyzerPlugin } from './analyzer.js';
export { changelogPlugin } from './changelog.js';
export { execPlugin } from './exec.js';
export { gitPlugin } from './git.js';
export { githubPlugin } from './github.js';
export { releaseNotesGeneratorPlugin } from './notes.js';
export { npmPlugin } from './npm.js';
import 'semantic-release';
import '../types/index.js';