Skip to content

Commit 8a9764b

Browse files
committed
bump version and simplify ci
1 parent 3663314 commit 8a9764b

File tree

7 files changed

+17
-86
lines changed

7 files changed

+17
-86
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Documentation
2+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3+
version: 2
4+
updates:
5+
- package-ecosystem: "github-actions"
6+
directory: "/"
7+
schedule:
8+
interval: "weekly"

.github/release-drafter.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
template: |
2+
## Release Notes
3+
4+
## CHANGES
5+
$CHANGES

.github/workflows/miss_hit_code_quality.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

.github/workflows/miss_hit_code_style.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/run_tests_matlab.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
build:
1616

17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-22.04
1818

1919
steps:
2020

@@ -55,4 +55,4 @@ jobs:
5555
file: coverage.xml # optional
5656
flags: unittests # optional
5757
name: codecov-umbrella # optional
58-
fail_ci_if_error: true # optional (default = false)
58+
fail_ci_if_error: false # optional (default = false)

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cff-version: 1.2.0
22

33
title: "spm_2_bids"
44

5-
version: 0.2.0dev
5+
version: 0.2.1
66

77
abstract: Toolbox to convert SPM output files to valid BIDS derivatives.
88

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
miss_hit==0.9.27
1+
miss_hit==0.9.35
22
pre-commit
33
jupyterlab
44
octave_kernel

0 commit comments

Comments
 (0)