Skip to content

Commit

Permalink
fix(release): add repositoryUrl for new domaine
Browse files Browse the repository at this point in the history
  • Loading branch information
Clement-Muth committed Nov 9, 2024
1 parent 6965403 commit 3ee0c13
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions release.config.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
module.exports = {
branches: ["dev"],
plugins: [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
changelogFile: "./CHANGELOG.md",
},
],
"@semantic-release/git",
"@semantic-release/github",
],
dryRun: false,
branches: ["dev"],
plugins: [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
changelogFile: "./CHANGELOG.md",
},
],
"@semantic-release/git",
"@semantic-release/github",
],
dryRun: false,
repositoryUrl: "https://github.com/Clement-Muth/deazl.git",
};

0 comments on commit 3ee0c13

Please sign in to comment.