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 4920faf commit 98aa43cCopy full SHA for 98aa43c
rever.xsh
@@ -12,7 +12,7 @@ $CHANGELOG_IGNORE = ['TEMPLATE.rst']
12
$PUSH_TAG_REMOTE = 'git@github.com:diffpy/diffpy.utils.git' # Repo to push tags to
13
$GITHUB_ORG = 'diffpy' # Github org for Github releases and conda-forge
14
$GITHUB_REPO = 'diffpy.utils' # Github repo for Github releases and conda-forge
15
-$GHRELEASE_PREPEND = """See [CHANGELOG.md](CHANGELOG.md) for detailed release notes.
+$GHRELEASE_PREPEND = """See [CHANGELOG.rst](CHANGELOG.rst) for detailed release notes.
16
17
The release is also available at [PyPI](https://pypi.org/project/diffpy.utils/) and [Conda](https://anaconda.org/conda-forge/diffpy.utils).
18
""" # release message
0 commit comments