You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ Output format of any non-plumbing command can change in non-backward-compatible
60
60
1. Verify that a build started for [Snap](https://build.snapcraft.io/user/VirtusLab/git-machete).
61
61
If not, check build.snapcraft.io webhook on Github (under Settings > Webhooks) -
62
62
sometimes the build system responds with 500 status for no clear reason, in such case `Redeliver` the call.
63
-
Once ready, install the `latest/edge` revision locally (`sudo snap install --edge git-machete`)
63
+
Once ready, install the `latest/edge` revision locally (`sudo snap install --edge --classic git-machete`)
64
64
and verify that it works correctly, esp. wrt. push/pull via ssh/https and editor (`git machete edit` and interactive rebases).
65
65
66
66
1. Run `./tag-release.sh` script to create an annotated tag for the release.
@@ -90,7 +90,7 @@ Output format of any non-plumbing command can change in non-backward-compatible
90
90
1. Verify that a build started on [git-machete PPA](https://launchpad.net/~virtuslab/+archive/ubuntu/git-machete/+packages).
91
91
92
92
Once the new version package is published and the old one is removed (typically takes around 20-30 min),
93
-
follow the instructions from ci/deb-ppa-test-install/README.md.
93
+
follow the instructions from [ci/deb-ppa-test-install/README.md](https://github.com/VirtusLab/git-machete/tree/master/ci/deb-ppa-test-install).
94
94
Inspect the output of `docker-compose` and verify that the latest version gets correctly installed on Ubuntu (esp. see the output of `git machete --version`).
95
95
96
96
1. Perform a release from `latest/edge` to `latest/stable` for each architecture from [Snapcraft web dashboard](https://snapcraft.io/git-machete/releases) or via CLI.
0 commit comments