Skip to content

Commit 7a80bd3

Browse files
committed
MNT: add release message for rever
1 parent c208be2 commit 7a80bd3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rever.xsh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ $ACTIVITIES = [
88
$PUSH_TAG_REMOTE = '[email protected]:diffpy/diffpy.structure.git' # Repo to push tags to
99
$GITHUB_ORG = 'diffpy' # Github org for Github releases and conda-forge
1010
$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

Comments
 (0)