mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 01:43:36 +01:00
devtools: Fixed changlog.py default commit range
This commit is contained in:
parent
3fe454b54e
commit
d493320147
@ -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…
Reference in New Issue
Block a user