Skip to content

Commit 23ad217

Browse files
committed
Add description
1 parent 214e097 commit 23ad217

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

publish.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
110
pio pkg publish --type library --owner robusto
211
cd components/robusto/
312
compote component upload --namespace robusto --name Robusto

0 commit comments

Comments
 (0)