Skip to content

Commit 98aa43c

Browse files
committed
Fix reference
1 parent 4920faf commit 98aa43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rever.xsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $CHANGELOG_IGNORE = ['TEMPLATE.rst']
1212
$PUSH_TAG_REMOTE = 'git@github.com:diffpy/diffpy.utils.git' # Repo to push tags to
1313
$GITHUB_ORG = 'diffpy' # Github org for Github releases and conda-forge
1414
$GITHUB_REPO = 'diffpy.utils' # Github repo for Github releases and conda-forge
15-
$GHRELEASE_PREPEND = """See [CHANGELOG.md](CHANGELOG.md) for detailed release notes.
15+
$GHRELEASE_PREPEND = """See [CHANGELOG.rst](CHANGELOG.rst) for detailed release notes.
1616
1717
The release is also available at [PyPI](https://pypi.org/project/diffpy.utils/) and [Conda](https://anaconda.org/conda-forge/diffpy.utils).
1818
""" # release message

0 commit comments

Comments
 (0)