File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
app/lib/frontend/templates/views/pkg Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -474,9 +474,12 @@ d.Node _manualPublishing(Package package) {
474474 d.a (name: 'manual-publishing' ),
475475 d.h3 (text: 'Manual publishing' ),
476476 d.markdown (
477- 'The manual publishing of new versions using the `pub` tool is enabled by default in all packages. '
478- 'Disabling it may protect the package from accidental publishing events when the package is otherwise using '
479- 'automated publishing, or in other cases, is discontinued.' ,
477+ '''
478+ Manual publishing, using personal credentials for the `pub` client (`pub login`) .
479+
480+ Disable to prevent accidental publication from the command line.
481+
482+ It is recommended to disable when automated publishing is enabled.''' ,
480483 ),
481484 d.div (
482485 classes: ['-pub-form-checkbox-row' ],
You can’t perform that action at this time.
0 commit comments