Skip to content

Commit

Permalink
Add branding for v1
Browse files Browse the repository at this point in the history
  • Loading branch information
emilymclean committed Apr 10, 2024
1 parent 6d9921d commit 3d9e1b1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

.DS_Store
6 changes: 5 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: 'KiCad Gerber'
author: 'Emily McLean'
description: 'Generates gerber & drill files for a specified KiCad PCB and places them in a specified directory'
inputs:
input-file:
Expand All @@ -13,4 +14,7 @@ runs:
image: 'Dockerfile'
args:
- ${{ inputs.input-file }}
- ${{ inputs.output-directory }}
- ${{ inputs.output-directory }}
branding:
icon: 'cpu'
color: 'green'
1 change: 1 addition & 0 deletions gitversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ legacy-semver-padding: 4
build-metadata-padding: 4
commits-since-version-source-padding: 4
tag-pre-release-weight: 60000
next-version: 1.0.0
commit-message-incrementing: Enabled
branches:
develop:
Expand Down

0 comments on commit 3d9e1b1

Please sign in to comment.