forked from diffpy/diffpy.structure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rever.xsh
14 lines (13 loc) · 825 Bytes
/
rever.xsh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$PROJECT = 'diffpy.structure'
$ACTIVITIES = [
'tag', # Creates a tag for the new version number
'push_tag', # Pushes the tag up to the $TAG_REMOTE
'pypi', # Sends the package to pypi
'ghrelease' # Creates a Github release entry for the new tag
]
$PUSH_TAG_REMOTE = '[email protected]:diffpy/diffpy.structure.git' # Repo to push tags to
$GITHUB_ORG = 'diffpy' # Github org for Github releases and conda-forge
$GITHUB_REPO = 'diffpy.structure' # Github repo for Github releases and conda-forge
$GHRELEASE_PREPEND = """See [CHANGELOG.md](CHANGELOG.md) for detailed release notes.
The release is also available at [PyPI](https://pypi.org/project/diffpy.structure/) and [Conda](https://anaconda.org/conda-forge/diffpy.structure).
""" # release message