Skip to content

Commit

Permalink
autorelease: add task
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Jan 30, 2023
1 parent e895633 commit d020641
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setupsrc/pl_setup/autorelease.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ def _get_log(name, url, cwd, ver_a, ver_b, prefix_ver, prefix_commit, prefix_tag
log = ""
log += "\n<details>\n"
log += " <summary>%s commit log</summary>\n\n" % name
# TODO turn 'between' into a GH compare link
log += "Commits between [`%s`](%s) and [`%s`](%s) " % (
ver_a, url+prefix_ver+ver_a,
ver_b, url+prefix_ver+ver_b,
Expand Down

0 comments on commit d020641

Please sign in to comment.