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.
2 parents 73bf417 + acc562b commit 3d28276Copy full SHA for 3d28276
.gitignore
@@ -42,3 +42,6 @@ nosetests.xml
42
# version information
43
setup.cfg
44
/src/diffpy/*/version.cfg
45
+
46
+# Rever
47
+rever/
rever.xsh
@@ -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