We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 214e097 commit 23ad217Copy full SHA for 23ad217
1 file changed
publish.sh
@@ -1,3 +1,12 @@
1
+#!/bin/bash
2
+
3
+# Publish Robusto framework and component
4
+# HOWTO:
5
+# * Commit all changes
6
+# * Update version in components/robusto/idf_component.yml and library.json
7
+# * Create a commit with message "Tick up or similar
8
+# * Run this script
9
+# * Create a tag with the same version as in idf_component.yml and library.json
10
pio pkg publish --type library --owner robusto
11
cd components/robusto/
12
compote component upload --namespace robusto --name Robusto
0 commit comments