mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 14:24:09 +01:00
devtools: Fixed changlog.py default commit range
This commit is contained in:
parent
3fe454b54e
commit
d493320147
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ def get_commit_range():
|
|||
"""
|
||||
description = git("describe")
|
||||
version = description.split('-')[0]
|
||||
return "{version}..master".format(version=version)
|
||||
return "{version}..HEAD".format(version=version)
|
||||
|
||||
|
||||
def get_log_entries(commitrange):
|
||||
|
|
Loading…
Add table
Reference in a new issue