Adding more release notes for pkg managers
Added how to generate an appcast checkpoint for homebrew, reformatted into a table.pull/476/head
parent
b916e55100
commit
12ec8d480b
10
RELEASING.md
10
RELEASING.md
|
@ -84,8 +84,10 @@ gsutil cp -r gs://minikube/releases/$RELEASE/* gs://minikube/releases/latest/
|
||||||
|
|
||||||
These are downstream packages that are being maintained by others and how to upgrade them to make sure they have the latest versions
|
These are downstream packages that are being maintained by others and how to upgrade them to make sure they have the latest versions
|
||||||
|
|
||||||
Arch Linux AUR - "Flag as package out-of-date"
|
| Package Manager | URL | TODO |
|
||||||
https://aur.archlinux.org/packages/minikube/
|
| --- | --- | --- |
|
||||||
|
| Arch Linux AUR | https://aur.archlinux.org/packages/minikube/ | "Flag as package out-of-date"
|
||||||
|
| Brew Cask | https://github.com/caskroom/homebrew-cask/blob/master/Casks/minikube.rb | Create a new PR in [caskroom/homebrew-cask](https://github.com/caskroom/homebrew-cask) with an updated version and appcast checkpoint
|
||||||
|
|
||||||
Brew Cask - Update Cask Formula
|
#### [How to Generate an Appcast Checkpoint for Homebrew](https://github.com/caskroom/homebrew-cask/blob/master/doc/cask_language_reference/stanzas/appcast.md)
|
||||||
https://github.com/caskroom/homebrew-cask/blob/master/Casks/minikube.rb
|
`curl --compressed --location --user-agent 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36' "https://github.com/kubernetes/minikube/releases.atom" | sed 's|<pubDate>[^<]*</pubDate>||g' | shasum --algorithm 256`
|
||||||
|
|
Loading…
Reference in New Issue