Skip to content

Commit

Permalink
Merge pull request #1477 from hovancik/fix/snap
Browse files Browse the repository at this point in the history
Update docs for snap
  • Loading branch information
hovancik authored Aug 11, 2024
2 parents 5496af8 + b9c03e0 commit bedd18c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- scripts for creating installers for OS X, Windows, Linux

[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.16.0...HEAD
[1.15.1]: https://github.com/hovancik/stretchly/compare/v1.15.1...v1.16.0
[1.16.0]: https://github.com/hovancik/stretchly/compare/v1.15.1...v1.16.0
[1.15.1]: https://github.com/hovancik/stretchly/compare/v1.15.0...v1.15.1
[1.15.0]: https://github.com/hovancik/stretchly/compare/v1.14.1...v1.15.0
[1.14.1]: https://github.com/hovancik/stretchly/compare/v1.14.0...v1.14.1
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3'
services:
web:
build: .
Expand Down
10 changes: 9 additions & 1 deletion publish-snap.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# How I publish to snap store
## New way
Github action

### To get token for snapstore:
0. `docker compose build`
1. `docker compose up`
2. `docker compose exec web snapcraft export-login creds`
3. update ENV variable in Github with `creds`
4. github action now can publish


## Old way
0. `docker-compose build`
1. Download snap from Github
Expand All @@ -10,6 +19,5 @@ Github action
5. Or without `--release` and manage on website

### TODO
- build here not on GH?
- script to do all steps?
- get rich?

0 comments on commit bedd18c

Please sign in to comment.