Skip to content

Commit

Permalink
fix: Revert to old version
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl-Tabuso committed May 30, 2024
1 parent 781eba9 commit 8fb325e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,8 @@ const config = {
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
[
"@semantic-release/github",
{
assets: [],
},
],
"@semantic-release/github",
],
tagFormat: "${version}-Alpha",
};

module.exports = config;

0 comments on commit 8fb325e

Please sign in to comment.