Skip to content

Commit c6e8386

Browse files
committed
rel(1.3.0): Update CHANGES / optimize docs cache on circle
1 parent dd21be9 commit c6e8386

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
lines changed

.circleci/config.yml

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,8 @@ jobs:
321321
name: Build only this commit
322322
command: make -C docs SPHINXOPTS="-W" BUILDDIR="_build/no_version_html" html
323323
- store_artifacts:
324-
path: ./docs/_build/no_version_html
324+
path: ./docs/_build/no_version_html/html
325+
destination: noversion
325326
- run:
326327
name: Stop or generate versioned docs?
327328
command: |
@@ -332,26 +333,30 @@ jobs:
332333
echo "Not a tag or master branch - skipping versioned docs."
333334
circleci step halt
334335
fi
336+
- run:
337+
name: Clean-up nonversioned docs.
338+
command: make -C docs clean
335339
- restore_cache:
336340
keys:
337-
- docs-v1-{{ .Branch }}-{{ .Revision }}
338-
- docs-v1-{{ .Branch }}-
339-
- docs-v1-master
340-
- docs-v1-
341+
- docs-v2-{{ .Branch }}-{{ .Revision }}
342+
- docs-v2-{{ .Branch }}-
343+
- docs-v2-master
344+
- docs-v2-
341345
paths:
342-
- ./docs/_build/_html
346+
- ./docs/_build
343347
- run:
344348
name: Generate Versioned Docs
345349
command: make -f ./docs/Makefile versioned CURBRANCH=${CIRCLE_TAG:-$CIRCLE_BRANCH}
346350
- save_cache:
347-
key: docs-v1-{{ .Branch }}-{{ .Revision }}
351+
key: docs-v2-{{ .Branch }}-{{ .Revision }}
348352
paths:
349-
- ./docs/_build/_html
353+
- ./docs/_build
350354
- persist_to_workspace:
351355
root: docs/_build
352356
paths: html
353357
- store_artifacts:
354358
path: ./docs/_build/html
359+
destination: versioned
355360

356361
deploy_docker:
357362
machine:

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.3.0 (May 4, 2020)
2+
===================
3+
Minor release enforcing BIDS-Derivatives labels on ``dseg`` file.
4+
5+
* FIX: WM mask selection from dseg before generating report (#100)
6+
17
1.2.2 (April 16, 2020)
28
======================
39
Bug-fix release to fix phase-difference masking bug in the 1.2.x series.

0 commit comments

Comments
 (0)