Skip to content

Commit 220ff25

Browse files
authored
Update voc4cat tool 1.0.3 (#256)
* Update template to voc4cat v1.0.3 * Improve just shell config for standard Windows setups * Group dependabot updates
1 parent e224356 commit 220ff25

6 files changed

Lines changed: 15 additions & 5 deletions

File tree

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1+
# This configures updates via dependabot only for github actions.
2+
# All updates are grouped into a single PR.
3+
14
version: 2
25
updates:
36
- package-ecosystem: github-actions
47
directory: "/"
58
schedule:
69
interval: monthly
10+
groups:
11+
github-actions:
12+
patterns:
13+
- "*"
14+
15+
# Ref: https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

.github/workflows/ci-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
python -m pip install --upgrade pip setuptools wheel
7474
7575
# Select to install a stable tagged version or main branch (in development)
76-
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.2
76+
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.3
7777
# python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main
7878
7979
# install custom pylode 2.x (adds sorted collections,

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
python -m pip install --upgrade pip setuptools wheel
6868
6969
# Select to install a stable tagged version or main branch (in development)
70-
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.2
70+
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.3
7171
# python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main
7272
7373
# install custom pylode 2.x

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
python -m pip install --upgrade pip setuptools wheel
6262
6363
# Select to install a stable tagged version or main branch (in development)
64-
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.2
64+
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.3
6565
# python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main
6666
6767
# install custom pylode 2.x

justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# Else download it from https://git-scm.com/download/win
1212

1313
export GITHUB_ENV := datetime("%Y-%m-%dT%H%M")
14+
set windows-shell := ["C:\\Program Files\\Git\\bin\\sh.exe","-c"]
1415

1516
# List all commands as default command. The prefix "_" hides the command.
1617
_default:

templates/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
## Excel templates
22

3-
With version v1.0.0 of voc4cat-tool xlsx-templates have become optional.
3+
With the release of version v1.0.0 of voc4cat-tool xlsx-templates have become optional.
44

55
Use this folder to provide your own custom template, for example, with a help or an about sheet.
66
If you name the template `default_sheets.xlsx` it will be picked up automatically
77
(this name is pre-configured in gh-actions).
8-
Note that templates may not contain any of the sheets that are dynamically created in v1.0.0.
8+
Note that templates may not contain any of the sheets that are dynamically created since v1.0.0.
99

1010
Therefore, **earlier template versions cannot be used** without adaption,
1111
see [documentation](https://nfdi4cat.github.io/voc4cat-tool/migration-to-v1.0.html#step-4-generate-v1-0-excel-template).

0 commit comments

Comments
 (0)