Skip to content

Commit

Permalink
release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
dernasherbrezon committed Nov 19, 2024
1 parent 42ad587 commit 60efac9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ files:
- "**/.github/**/*"
- "**/.gitignore"
- "**/*_linux_*"
- "./test/**/*"
- "./.github/**/*"
- "**/*_cubeide_*/**/*"
6 changes: 5 additions & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,19 @@
"**/build",
"**/dist",
"**/debug",
"**/Debug",
"**/sdkconfig",
"**/sdkconfig.old",
"**/dependencies.lock",
"**/cmake-build-*",
"**/.idea",
"**/.DS_Store",
"**/.git",
"**/.settings",
"**/.gitignore",
"**/*_linux_*"
"**/*_linux_*",
"./test",
"./.github"
]
},
"build": {
Expand Down
3 changes: 2 additions & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash

compote component pack --namespace dernasherbrezon --name sx127x
compote component pack --name sx127x
compote component upload --namespace dernasherbrezon --name sx127x

pio account login
pio pkg publish

0 comments on commit 60efac9

Please sign in to comment.