We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe454b commit d493320Copy full SHA for d493320
devtools/changelog.py
@@ -37,7 +37,7 @@ def get_commit_range():
37
"""
38
description = git("describe")
39
version = description.split('-')[0]
40
- return "{version}..master".format(version=version)
+ return "{version}..HEAD".format(version=version)
41
42
43
def get_log_entries(commitrange):
0 commit comments