You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grease should utilize semver utilities to preset IGreaseOptions.firstRelease.
How does this tie into our current product?
This feature would refactor the grease workflow. Before the bump lifecycle, if the package version satisfies 1.0.0 and the option isn't set by the user, options.firstRelease will be set to true. Satisfying versions should include:
Describe the ideal solution or feature request
grease
should utilizesemver
utilities to presetIGreaseOptions.firstRelease
.How does this tie into our current product?
This feature would refactor the
grease
workflow. Before thebump
lifecycle, if the package version satisfies1.0.0
and the option isn't set by the user,options.firstRelease
will be set to true. Satisfying versions should include:1.0.0
1.0.0-<prerelease>
, e.g1.0.0-beta
1.0.0-<prerelease>.<build-number>
, e.g1.0.0-dev.13
Additional context
N/A
Impact, usage, and difficulty
1.0.0
&&argv.firstRelease === undefined
The text was updated successfully, but these errors were encountered: