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 c208be2 commit 7a80bd3Copy full SHA for 7a80bd3
rever.xsh
@@ -8,3 +8,7 @@ $ACTIVITIES = [
8
$PUSH_TAG_REMOTE = '[email protected]:diffpy/diffpy.structure.git' # Repo to push tags to
9
$GITHUB_ORG = 'diffpy' # Github org for Github releases and conda-forge
10
$GITHUB_REPO = 'diffpy.structure' # Github repo for Github releases and conda-forge
11
+$GHRELEASE_PREPEND = """See [CHANGELOG.md](CHANGELOG.md) for detailed release notes.
12
+
13
+The release is also available at [PyPI](https://pypi.org/project/diffpy.structure/) and [Conda](https://anaconda.org/conda-forge/diffpy.structure).
14
+""" # release message
0 commit comments