Skip to content

Commit

Permalink
fix: commit the dist directory in the git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
aboutlo committed Nov 23, 2023
1 parent 4f3e8d4 commit 70f72b1
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,16 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/github",
{
"assets": ["dist/**"]
}
],
"@semantic-release/github",
[ "@semantic-release/npm",
{
"npmPublish": true,
"tarballDir": "src",
}
],
"@semantic-release/git"
["@semantic-release/git", {
"assets": ["dist/index.js"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}]
]
}

0 comments on commit 70f72b1

Please sign in to comment.