Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 211 Bytes

releasing.md

File metadata and controls

11 lines (9 loc) · 211 Bytes

README >

how to release

  1. pio pkg list > pio_pkg_list.txt
  2. update README.md
  3. commit and push
  4. git tag -am [tag] [tag]
  5. git push --tags
  6. create release on github