Skip to content

Commit 81d0a83

Browse files
committed
Prepare release 2.2.1
Signed-off-by: Daniel Kampert <danielkampert@kampis-elektroecke.de>
1 parent a1b1675 commit 81d0a83

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/changelog-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- dev
1313
env:
1414
# Input directory with the KiCad project and the KiBot files
15-
kibot_input_dir: watch
15+
kibot_input_dir: dock
1616

1717
jobs:
1818
validate-changelog:

.github/workflows/dock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ env:
3232
# PRELIMINARY: Will generate both schematic and PCB documents, but no ERC/DRC
3333
# CHECKED: Will generate both schematic and PCB documents, with ERC/DRC
3434
# RELEASED: Similar to CHECKED, automatically selected when pushing a tag to main
35-
kibot_variant: PRELIMINARY
35+
kibot_variant: CHECKED
3636

3737
# Master branch (main or master). Can be changed for testing
3838
master_branch: main

0 commit comments

Comments
 (0)