Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 399 Bytes

publish-snap.md

File metadata and controls

15 lines (14 loc) · 399 Bytes

How I publish to snap store

New way

Github action

Old way

  1. docker-compose build
  2. Download snap from Github
  3. docker-compose up
  4. docker-compose exec web snapcraft login
  5. docker-compose exec web snapcraft upload --release=stable Stretchly_1.2.0_amd64.snap
  6. Or without --release and manage on website

TODO

  • build here not on GH?
  • script to do all steps?
  • get rich?