Skip to content

Commit

Permalink
ci: Adding semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaKhait committed Mar 14, 2024
1 parent d6646d7 commit 5010324
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
12 changes: 12 additions & 0 deletions release.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module.exports = {
branches: ['main'],
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
["@semantic-release/git", {
"assets": ["dist/*.js", "dist/*.js.map"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}],
'@semantic-release/github'
]
};
14 changes: 0 additions & 14 deletions release.config.js

This file was deleted.

0 comments on commit 5010324

Please sign in to comment.