Skip to content

Commit

Permalink
fix: made commit author consistent (#917)
Browse files Browse the repository at this point in the history
* fix: made commit author conssitant

Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>

* added newline

Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>
  • Loading branch information
allisonsuarez authored Feb 4, 2021
1 parent 6eefae6 commit 48441cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ version_variable = "./setup.py:__version__"
upload_to_pypi = true
upload_to_release = true
commit_subject = New release for {version}
commit_message = Signed-off-by: github-actions <actions@github.com>
commit_message = Signed-off-by: github-actions <github-actions@github.com>
commit_author = github-actions <github-actions@github.com>

0 comments on commit 48441cd

Please sign in to comment.