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
We currently have a note in for the push command that mentions that a default source will be removed in v1.0.0, however this is pushed back to v2.0.0 instead.
This note is also easily missed.
What is Expected?
As it is pushed back, it should be mentioned that it will be removed in v2.0.0 instead of v1.0.0.
It could be helpful to additionally update this note to a deprecation notice in a similar fashion as what will be in the list command:
This commit updates the note about using a default source
being deprecated and removed in v1 to instead be removed
in v2.0.0.
Additionally, its own section called `DEPRECATION NOTICE`
was added to make it more visible that the functionality
will be going away.
This commit updates the note about using a default source
being deprecated and removed in v1 to instead be removed
in v2.0.0.
Additionally, its own section called `DEPRECATION NOTICE`
was added to make it more visible that the functionality
will be going away.
What You Are Seeing?
We currently have a note in for the push command that mentions that a default source will be removed in v1.0.0, however this is pushed back to v2.0.0 instead.
This note is also easily missed.
What is Expected?
As it is pushed back, it should be mentioned that it will be removed in v2.0.0 instead of v1.0.0.
It could be helpful to additionally update this note to a deprecation notice in a similar fashion as what will be in the
list
command:choco/src/chocolatey/infrastructure.app/commands/ChocolateyListCommand.cs
Lines 172 to 181 in 45265d9
How Did You Get This To Happen? (Steps to Reproduce)
Run
choco push --help
, notice there is a note that default source will be removed in v1.0.0Output Log
N/A
The text was updated successfully, but these errors were encountered: