diff --git a/CHANGELOG.md b/CHANGELOG.md index 5892e401..4976cc08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## Unreleased +- Starting on this release, ARM architecture binaries are been released to Snap + as well + ([#795](https://github.com/go-task/task/issues/795)). +- i386 binaries won't be available anymore on Snap because Ubuntu removed the support + for this architecture. - Upgrade mvdan.cc/sh, which fixes a bug with associative arrays ([#785](https://github.com/go-task/task/issues/785), [mvdan/sh#884](https://github.com/mvdan/sh/issues/884), [mvdan/sh#893](https://github.com/mvdan/sh/pull/893)). diff --git a/docs/docs/releasing.md b/docs/docs/releasing.md index 67e70e02..d8c1f8bf 100644 --- a/docs/docs/releasing.md +++ b/docs/docs/releasing.md @@ -25,9 +25,9 @@ The exception is the publishing of a new version of the [snap package][snappackage]. This current require two steps after publishing the binaries: -* Updating the current version on [snapcraft.yaml][snapcraftyaml]; -* Moving both `i386` and `amd64` new artifacts to the stable channel on -the [Snapcraft dashboard][snapcraftdashboard] +* Updating the current version on [snapcraft.yaml][snapcraftyaml]. +* Moving both `amd64`, `armhf` and `arm64` new artifacts to the stable channel on +the [Snapcraft dashboard][snapcraftdashboard]. # Scoop