Skip to content

Commit

Permalink
Merge pull request #303 from koterpillar/bootstrap-in-release
Browse files Browse the repository at this point in the history
feat: include bootstrap file in GitHub release
  • Loading branch information
koterpillar authored Jan 7, 2025
2 parents 9a7ee72 + 74579ee commit 5d5674c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"semantic-release-pypi",
"@semantic-release/github"
[
"@semantic-release/github",
{
"assets": [
{ "path": "bootstrap" }
]
}
]
]
}

0 comments on commit 5d5674c

Please sign in to comment.