Skip to content

Commit acc562b

Browse files
committed
MNT: setup rever
1 parent 73bf417 commit acc562b

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ nosetests.xml
4242
# version information
4343
setup.cfg
4444
/src/diffpy/*/version.cfg
45+
46+
# Rever
47+
rever/

rever.xsh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
$PROJECT = 'diffpy.structure'
2+
$ACTIVITIES = [
3+
'tag', # Creates a tag for the new version number
4+
'push_tag', # Pushes the tag up to the $TAG_REMOTE
5+
'pypi', # Sends the package to pypi
6+
'ghrelease' # Creates a Github release entry for the new tag
7+
]
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

0 commit comments

Comments
 (0)