Skip to content

Commit a5e65b5

Browse files
committed
rel(0.6.0rc2): Update CHANGES.rst and clean-up gh-action
1 parent b8ca220 commit a5e65b5

File tree

2 files changed

+21
-8
lines changed

2 files changed

+21
-8
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ jobs:
2424
ssh-key: "${{ secrets.NIPREPS_DEPLOY }}"
2525
- name: Fetch all tags (for setuptools_scm to work)
2626
run: |
27-
# /usr/bin/git -c protocol.version=2 fetch --tags --prune origin
2827
/usr/bin/git -c protocol.version=2 fetch --tags --prune --unshallow origin
29-
# /usr/bin/git -c protocol.version=2 describe --dirty --tags --long --match *.*
30-
3128
- name: Set up Python ${{ matrix.python-version }}
3229
uses: actions/setup-python@v1
3330
with:

CHANGES.rst

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,24 @@
1-
0.6.0 (April 7, 2020)
2-
=====================
3-
Minor relase in preparation of a new CalVer versioning following the lead of
4-
*fMRIPrep*. This release is hooked to TemplateFlow 1.4.0.
5-
With thanks to V. Fonov for contributing the new ``tpl-MNI152NLin2009cSym``.
1+
0.6.0 (TBD)
2+
===========
3+
Minor relase in preparation of a new CalVer versioning
4+
following the lead of *fMRIPrep*.
5+
This release contains a fair amount of maintenance work to
6+
ensure synchronizity with the TemplateFlow archive
7+
(https://github.com/templateflow/templateflow).
8+
These maintenance actions drive the development towards
9+
establishing a peer-reviewed, lightweight template submission
10+
protocol.
11+
With thanks to V. Fonov for contributing the new
12+
``tpl-MNI152NLin2009cSym``.
13+
14+
* ENH: Update the internal index of *TemplateFlow* (#40)
15+
* ENH: Automatic generation of template citations (#35)
16+
* MAINT: Set-up a GitHub action to test installation
17+
alternatives (see #23).
18+
* MAINT: Migrate to ``setuptools_scm`` (#42)
19+
* MAINT: Run black on the whole tree (#41)
20+
* MAINT: Transfer the burden of keeping skeleton updated
21+
over to the archive (#39)
622

723
0.5.2 (March 20, 2020)
824
======================

0 commit comments

Comments
 (0)