Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
6
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
solarus-snap
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
8
Issues
8
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Solarus Games
solarus-snap
Commits
556209a6
Verified
Commit
556209a6
authored
Apr 11, 2020
by
Alex Gleason
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve deploy instructions
parent
8a188380
Pipeline
#135057778
passed with stage
in 22 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
2 deletions
+22
-2
README.md
README.md
+22
-2
No files found.
README.md
View file @
556209a6
...
...
@@ -31,5 +31,25 @@ You should now have icons in your applications menu for the Quest Editor and Lau
See
[
*Releasing your app*
](
https://docs.snapcraft.io/releasing-your-app/6795
)
.
*
`snapcraft login`
*
`snapcraft push --release=stable solarus_*.snap`
1.
Log into Snapcraft if you haven't already done so.
```
snapcraft login
```
2.
Push your build to the
`edge`
channel. Take note of the revision number returned by this command.
```
snapcraft push --release=edge solarus_*.snap
```
3.
Test the revision on your own computer by switching to the
`edge`
channel. Launch the app and make sure all the functions work.
```
snap switch --channel=edge solarus
snap refresh solarus
```
4.
Repeat steps 2 and 3 as necessary until you're ready for a stable release.
5.
Once you're confident to push it live, just bump the revision into the
`stable`
channel.
```
snapcraft release solarus <revision> stable
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment