Skip to content

Commit

Permalink
chore(release): Fix the release workflow (osl-incubator#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab authored Dec 8, 2023
1 parent 3fbd61e commit 13f26f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .makim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ groups:
-p "@semantic-release/exec" \
-p "@semantic-release/github" \
-p "@semantic-release/git" \
-p "semantic-release-replace-plugin@1.2.7" \
-p "semantic-release-replace-plugin" \
semantic-release
targets:
Expand Down
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 13f26f0

Please sign in to comment.