Skip to content

Commit

Permalink
cruft update (fixes linting error)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed Jun 21, 2024
1 parent 43378ec commit 577a5b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/reef-technologies/cookiecutter-rt-pkg",
"commit": "7390ecadb2c65075b6c6c9216c894cc6c4533b3e",
"commit": "3e6c8fc564e070428e32a8e90d8e2b0de116eddd",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
10 changes: 5 additions & 5 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ def version(value):
message = f"release {tag}"

session.log(
f'CHANGELOG updated, please review changes, and execute when ready:\n'
f' git commit -m {message!r}\n'
f' git push origin {current_branch}\n'
f' git tag {tag}\n'
f' git push origin {tag}\n'
f"CHANGELOG updated, please review changes, and execute when ready:\n"
f" git commit -m {message!r}\n"
f" git push origin {current_branch}\n"
f" git tag {tag}\n"
f" git push origin {tag}\n"
)

0 comments on commit 577a5b6

Please sign in to comment.