Skip to content

Commit

Permalink
Build: Adjust semantic release config
Browse files Browse the repository at this point in the history
  • Loading branch information
markusguenther committed Mar 5, 2021
1 parent b8abf71 commit ba3dcc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{
"path": "@semantic-release/changelog",
"changelogFile": "CHANGELOG.md",
"changelogTitle": "Changelog Unikka/LoginAs"
"changelogTitle": "Changelog Unikka LoginAs API"
},
"@semantic-release/github"
],
Expand All @@ -19,7 +19,7 @@
"@semantic-release/npm",
{
"path": "@semantic-release/git",
"assets": ["package.json", "Resources/Public", "CHANGELOG.md"],
"assets": ["package.json", "dist", "CHANGELOG.md"],
"message": "Build: Release ${nextRelease.version} [skip ci]"
}
],
Expand All @@ -29,6 +29,6 @@
"commitsSort": ["subject", "scope"],
}
},
"publish": ["@semantic-release/github"]
"publish": ["@semantic-release/github", "@semantic-release/npm"]
}

0 comments on commit ba3dcc4

Please sign in to comment.