Skip to content

Commit 5a897d5

Browse files
isoossigurdm
andauthored
Update app/lib/frontend/templates/views/pkg/admin_page.dart
Co-authored-by: Sigurd Meldgaard <[email protected]>
1 parent b129f4e commit 5a897d5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

app/lib/frontend/templates/views/pkg/admin_page.dart

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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'],

0 commit comments

Comments
 (0)