Skip to content

Commit

Permalink
Chore(ci): Iontroduce semantic release for automated release management
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Oct 2, 2024
1 parent c883c98 commit e3a4451
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions release.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/**
* @type {import('semantic-release').GlobalConfig}
*/
export default {
extends: 'semantic-release-monorepo',

dryRun: true,
debug: true,
};

0 comments on commit e3a4451

Please sign in to comment.