Skip to content

Commit 7dae5cb

Browse files
Merge branch 'release/v1.0.0'
2 parents 6881424 + 4dc83d5 commit 7dae5cb

File tree

12 files changed

+10323
-13433
lines changed

12 files changed

+10323
-13433
lines changed

.github/workflows/kibot.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,6 @@ jobs:
7171
- name: Create and Upload Release
7272
if: github.event_name == 'push' && startswith(github.ref, 'refs/tags/')
7373
id: create_release
74-
uses: softprops/action-gh-release@v1
75-
env:
76-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
74+
uses: ncipollo/release-action@v1
7775
with:
78-
tag_name: ${{ github.ref }}
79-
name: Release ${{ steps.branch_name.outputs.SOURCE_TAG }}
80-
draft: false
81-
prerelease: false
82-
files: |
83-
${{env.dir}}/neotron-pico-*
76+
artifacts: ${{env.dir}}/neotron-pico-*

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
* None
66

7-
# [Version v1.0.0-rc0](https://github.com/Neotron-Compute/Neotron-Pico/releases/tag/v1.0.0-rc0)
7+
# [Version v1.0.0](https://github.com/Neotron-Compute/Neotron-Pico/releases/tag/v1.0.0)
88

99
* Re-arranged top-sheet
1010
* Two PSU control BJTs are now surface mount

Kicad/.kibot/gerbers_jlcpcb.kibot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ outputs:
136136
comment: "BOM - JLCPCB"
137137
type: bom
138138
options:
139-
output: "%f-%r-%i.%x"
139+
output: "%f-%r-bom-jlcpcb.%x"
140140
exclude_filter: only_jlc_parts
141141
ref_separator: ","
142142
columns:

Kicad/docs.kibot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ outputs:
4545
- 'F.Mask'
4646
- 'F.Paste'
4747
- 'F.SilkS'
48+
- 'User.Comments'
4849
title: "Top"
4950
- layers:
5051
- 'B.Cu'
@@ -80,7 +81,7 @@ outputs:
8081
title: 'F.Mask (Top Solder Mask)'
8182
- layers:
8283
- 'B.SilkS'
83-
title: 'B.SilkS (Bottom Solder Mask)'
84+
title: 'B.SilkS (Bottom Silkscreen)'
8485
mirror: true
8586
- layers:
8687
- 'B.Paste'

Kicad/fp-lib-table

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

0 commit comments

Comments
 (0)