-
Notifications
You must be signed in to change notification settings - Fork 396
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Releasing section in contributing (#1577)
* Update Releasing section in contributing * create snap readme; add go install github.com/digitalocean/github-changelog-generator@latest ==> list merged PRs since last release to review changes to release
- Loading branch information
Showing
2 changed files
with
32 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Snap | ||
|
||
Snap packages are automatically built and uploaded as part of the GitHub Actions | ||
release workflow. | ||
|
||
To build a snap package locally for testing, first install `snapcraft`. | ||
|
||
On Ubuntu, run: | ||
|
||
sudo snap install snapcraft --classic | ||
|
||
Or on MacOS, run: | ||
|
||
brew install snapcraft | ||
|
||
Finally, build the package by running: | ||
|
||
make snap | ||
|
||
More details about the snap package can be found in the `snap/snapcraft.yaml` file. |