Skip to content

Commit

Permalink
fix: fix version number again
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed May 6, 2022
1 parent 84e982c commit 2865ce4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .releaserc.json
Expand Up @@ -42,13 +42,18 @@
[
"@semantic-release/github",
{
"successComment": false,
"assets": ["dist/*.whl"]
}
],
[
"@semantic-release/git",
{
"assets": ["pyproject.toml", "CHANGELOG.md"],
"assets": [
"pyproject.toml",
"CHANGELOG.md",
"protoletariat/__init__.py"
],
"message": "chore(release): ${nextRelease.version}"
}
]
Expand Down

0 comments on commit 2865ce4

Please sign in to comment.