From 7e568a794b8e9b1fd59728cbf7276f758cd15d23 Mon Sep 17 00:00:00 2001 From: Heather Ellsworth Date: Wed, 26 Jan 2022 11:50:11 -0700 Subject: [PATCH] Update README URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4bd200..5c74591 100644 --- a/README.md +++ b/README.md @@ -58,4 +58,4 @@ git branch -u myfork/my-bugfix-branch 4. When you feel they're ready for submitting to the main repository (stable branch), [open up a pull request](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests) from your `my-bugfix-branch` to the `ubuntu/stable` branch. 5. Once you've opened the pull request, it will automatically trigger the build-test action that will launch a build of the snap. You can watch the progress of the snap build from your pull request (Show all checks -> Details). Once the snap build has completed, you can find the built snap (to test with) under "Artifacts". 6. Someone from the team will review the open pull request and either merge it or start a discussion with you with additional changes or clarification needed. -7. Once the pull request has been merged into the stable branch, then on the next git mirror sync (every 4 hours), launchpad will trigger [a build of the snap that gets published](https://launchpad.net/~desktop-snappers/gnome-calculator/+snap/gnome-calculator-stable) to the [snap store](https://snapcraft.io/gnome-calculator) into the *candidate* channel. After sufficient testing of the snap from the candidate channel, then the reviewer (a Collaborator of the snap in the store) will promote the snap to the stable branch in the snap store. +7. Once the pull request has been merged into the stable branch, then on the next git mirror sync (every 4 hours), launchpad will trigger [a build of the snap that gets published](https://launchpad.net/~desktop-snappers/+snap/gnome-calculator) to the [snap store](https://snapcraft.io/gnome-calculator) into the *candidate* channel. After sufficient testing of the snap from the candidate channel, then the reviewer (a Collaborator of the snap in the store) will promote the snap to the stable branch in the snap store.