Skip to content

Commit

Permalink
ci: create NPM release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Jun 27, 2024
1 parent beda7f3 commit f7885ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .releaserc

This file was deleted.

7 changes: 7 additions & 0 deletions release.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/**
* @type {import('semantic-release').GlobalConfig}
*/
export default {
branches: ["v2"],
dryRun: true,
};

0 comments on commit f7885ed

Please sign in to comment.