Skip to content

Commit

Permalink
fix semantic release configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Dec 8, 2023
1 parent 3a72f65 commit 7003842
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
{
"replacements": [
{
"files": ["makim/__init__.py"],
"files": ["src/makim/__init__.py"],
"from": "__version__ = '.*' # semantic-release",
"to": "__version__ = '${nextRelease.version}' # semantic-release",
"results": [
{
"file": "makim/__init__.py",
"file": "src/makim/__init__.py",
"hasChanged": true,
"numMatches": 1,
"numReplacements": 1
Expand Down Expand Up @@ -68,7 +68,7 @@
"assets": [
"pyproject.toml",
"docs/changelog.md",
"makim/__init__.py"
"src/makim/__init__.py"
],
"message": "chore(release): ${nextRelease.version}"
}
Expand Down

0 comments on commit 7003842

Please sign in to comment.