Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.

Commit

Permalink
feat: add and use versioning variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Qeteshpony committed Dec 4, 2022
1 parent 02ada25 commit 50b8ece
Show file tree
Hide file tree
Showing 7 changed files with 2,615 additions and 14 deletions.
5 changes: 5 additions & 0 deletions kibot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ preflight:
run_drc: true
check_zone_fills: false
ignore_unconnected: false
set_text_variables:
- variable: "VERSION"
command: git rev-parse --short HEAD
- variable: "DATE"
command: git log -1 --format='%as' -- "$KIBOT_PCB_NAME"

global:
output: '%f-%i.%x'
Expand Down
Loading

0 comments on commit 50b8ece

Please sign in to comment.