File tree 2 files changed +27
-1
lines changed
2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change
1
+ **Added: ** None
2
+
3
+ * <news item>
4
+
5
+ **Changed: ** None
6
+
7
+ * <news item>
8
+
9
+ **Deprecated: ** None
10
+
11
+ * <news item>
12
+
13
+ **Removed: ** None
14
+
15
+ * <news item>
16
+
17
+ **Fixed: ** None
18
+
19
+ * <news item>
20
+
21
+ **Security: ** None
22
+
23
+ * <news item>
Original file line number Diff line number Diff line change @@ -2,13 +2,16 @@ $PROJECT = 'diffpy.utils'
2
2
$ACTIVITIES = [
3
3
'tag' , # Creates a tag for the new version number
4
4
'push_tag' , # Pushes the tag up to the $TAG_REMOTE
5
+ 'ghrelease' , # Creates a Github release entry for the new tag
5
6
'pypi' , # Sends the package to pypi
6
- 'ghrelease' # Creates a Github release entry for the new tag
7
+ 'conda_forge'
7
8
]
8
9
$
PUSH_TAG_REMOTE = '[email protected] :diffpy/diffpy.utils.git' # Repo to push tags to
9
10
$GITHUB_ORG = 'diffpy' # Github org for Github releases and conda-forge
10
11
$GITHUB_REPO = 'diffpy.utils' # Github repo for Github releases and conda-forge
11
12
$GHRELEASE_PREPEND = """See [CHANGELOG.md](CHANGELOG.md) for detailed release notes.
13
+ $CHANGELOG_FILENAME = 'CHANGELOG.rst'
14
+ $CHANGELOG_IGNORE = ['TEMPLATE.rst']
12
15
13
16
The release is also available at [PyPI](https://pypi.org/project/diffpy.utils/) and [Conda](https://anaconda.org/conda-forge/diffpy.utils).
14
17
""" # release message
You can’t perform that action at this time.
0 commit comments