Skip to content

Commit 3e7ecc3

Browse files
authored
docs: plugin update major as subheading
1 parent 82bd658 commit 3e7ecc3

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

docs/static/plugin-manager.asciidoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,10 @@ bin/logstash-plugin update logstash-input-github <2>
112112
<1> updates all installed plugins
113113
<2> updates only the plugin you specify
114114

115-
[NOTE]
116-
.Major-version plugin updates
117-
==============================
115+
[discrete]
116+
[[updating-plugins-major-versions]]
117+
==== Major-version plugin updates
118+
118119
By default, the plugin manager will only update plugins for which newer _minor_ or _patch_ versions exist, to avoid the introduction of breaking changes.
119120
If you wish to also include breaking changes, specify `--level=major`.
120121

@@ -125,7 +126,7 @@ bin/logstash-plugin update --level=major logstash-input-github <2>
125126
----------------------------------
126127
<1> updates all installed plugins to latest, including major-version breaking changes
127128
<2> updates only the plugin you specify to latest, including major-version breaking changes
128-
==============================
129+
129130

130131
[discrete]
131132
[[removing-plugins]]

0 commit comments

Comments
 (0)