What's Changed
New Contributors
Full Changelog: v0.8.13...v0.8.14
Tools to Help Distributors and Package Maintainers
ZVM can now be built without its auto upgrader (zvm upgrade).
This is to make installing ZVM via a package manager easier for those who prefer this method.
When you run a build of ZVM with the autoupgrader disabled, you will see a builder-specified message when you run zvm upgrade.
go build -ldflags=-w -s -X 'main.BuildUpgradeMessage=Command to upgrade ZVM goes here.'Read build.ts to see how you can build for all platforms with a custom message.
Remember, ZVM is an open source project. Anyone can customize and distribute it.