This PR enables "Homebrew Formula update" step only for stable releases (majorminor or patch). The beta and rc releases will remain published to NPM only.
Feel free to merge with major 4 stable release
Motivation and Context
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
[x] I have updated the documentation accordingly. For updating Oclif commands documentation use oclif-dev.
Description
This PR enables "Homebrew Formula update" step only for stable releases (
major
minor
orpatch
). Thebeta
andrc
releases will remain published to NPM only.Feel free to merge with major
4
stable releaseMotivation and Context
Types of changes
Checklist: