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 ef0d9cd commit c896acfCopy full SHA for c896acf
CHANGELOG.rst
@@ -1,4 +1,5 @@
1
-Release notes
2
-#############
+=======================
+diffpy.utils Change Log
3
4
-empty until rever changelog action
5
+.. current developments
rever.xsh
@@ -1,8 +1,8 @@
$PROJECT = 'diffpy.utils'
$ACTIVITIES = [
+ 'changelog', # Create a CHANGELOG.rst using news directory
'tag', # Creates a tag for the new version number
'push_tag', # Pushes the tag up to the $TAG_REMOTE
- 'changelog', # Create a CHANGELOG.rst using news directory
6
'ghrelease', # Creates a Github release entry for the new tag
7
'pypi', # Sends the package to pypi
8
]
0 commit comments