Skip to content

Commit

Permalink
fix: Fix release workflow (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab authored Dec 15, 2023
1 parent 4ab5ba8 commit 8ba1407
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .makim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,14 @@ groups:
app: |
npx --yes \
-p semantic-release \
-p conventional-changelog-conventionalcommits \
-p "@semantic-release/commit-analyzer" \
-p "@semantic-release/release-notes-generator" \
-p "@semantic-release/changelog" \
-p "@semantic-release/exec" \
-p "@semantic-release/github" \
-p "@semantic-release/git" \
-p "@google/semantic-release-replace-plugin" \
-p "semantic-release-replace-plugin" \
semantic-release
targets:
Expand Down
7 changes: 5 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
"branches": ["main"],
"tagFormat": "${version}",
"plugins": [
"@semantic-release/commit-analyzer",
[
"@google/semantic-release-replace-plugin",
"@semantic-release/commit-analyzer", {
"preset": "conventionalcommits"
}],
[
"semantic-release-replace-plugin",
{
"replacements": [
{
Expand Down

0 comments on commit 8ba1407

Please sign in to comment.