Skip to content

Commit

Permalink
Update generate_release_notes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
seljabali committed Apr 1, 2024
1 parent e50a4d7 commit bb48283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/generate_release_notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from datetime import datetime, timezone

repoUrl = "https://github.com/seljabali/super-duper-computing-machine"
devsMap = {'Sami Eljabali': '@seljabali', 'dependabot[bot]' : '@dependabot'}
devsMap = {'Sami Eljabali': '@seljabali', 'dependabot[bot]': '@dependabot'}

def getAuthorHandlesFromNames(authors_set):
values = []
Expand Down

0 comments on commit bb48283

Please sign in to comment.