Skip to content

Commit

Permalink
ci: update semantic release placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
jerivas committed May 27, 2021
1 parent 10cdaa9 commit c6805fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@semantic-release/github",
["@semantic-release/exec", {
"verifyConditionsCmd": "python -m pip install -U pip setuptools wheel twine",
"prepareCmd": "sed -i 's/0.0.dev0/${nextRelease.version}/' grappelli_safe/__init__.py",
"prepareCmd": "sed -i 's/9999dev0/${nextRelease.version}/' grappelli_safe/__init__.py",
"publishCmd": "python setup.py sdist bdist_wheel && twine upload dist/*"
}]
]
Expand Down

0 comments on commit c6805fb

Please sign in to comment.