Skip to content

Commit efdc57f

Browse files
committed
docs: prepare for 0.17.0 release
1 parent fd5265d commit efdc57f

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

readmes/mini-cmdline.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,8 @@ This plugin can be installed as part of 'mini.nvim' library (**recommended**) or
4343

4444
During beta-testing phase there is only one branch to install from:
4545

46-
- `main` (default, **recommended**) will have latest development version of plugin.
47-
<!-- - `main` (default, **recommended**) will have latest development version of plugin. All changes since last stable release should be perceived as being in beta testing phase (meaning they already passed alpha-testing and are moderately settled). -->
48-
<!-- - `stable` will be updated only upon releases with code tested during public beta-testing phase in `main` branch. -->
46+
- `main` (default, **recommended**) will have latest development version of plugin. All changes since last stable release should be perceived as being in beta testing phase (meaning they already passed alpha-testing and are moderately settled).
47+
- `stable` will be updated only upon releases with code tested during public beta-testing phase in `main` branch.
4948

5049
Here are code snippets for some common installation methods (use only one):
5150

@@ -57,14 +56,14 @@ Here are code snippets for some common installation methods (use only one):
5756
| Branch | Code snippet |
5857
|--------|-----------------------------------------------|
5958
| Main | *Follow recommended ‘mini.deps’ installation* |
60-
<!-- | Stable | *Follow recommended ‘mini.deps’ installation* | -->
59+
| Stable | *Follow recommended ‘mini.deps’ installation* |
6160

6261
- Standalone plugin:
6362

64-
| Branch | Code snippet |
65-
|--------|------------------------------------------------------------------|
63+
| Branch | Code snippet |
64+
|--------|-------------------------------------------------------------------|
6665
| Main | `add(‘nvim-mini/mini.cmdline’)` |
67-
<!-- | Stable | `add({ source = ‘nvim-mini/mini.cmdline’, checkout = ‘stable’ })` | -->
66+
| Stable | `add({ source = ‘nvim-mini/mini.cmdline’, checkout = ‘stable’ })` |
6867

6968
</details>
7069

@@ -76,14 +75,14 @@ Here are code snippets for some common installation methods (use only one):
7675
| Branch | Code snippet |
7776
|--------|-----------------------------------------------|
7877
| Main | `{ 'nvim-mini/mini.nvim', version = false },` |
79-
<!-- | Stable | `{ 'nvim-mini/mini.nvim', version = '*' },` | -->
78+
| Stable | `{ 'nvim-mini/mini.nvim', version = '*' },` |
8079

8180
- Standalone plugin:
8281

83-
| Branch | Code snippet |
84-
|--------|-------------------------------------------------|
82+
| Branch | Code snippet |
83+
|--------|--------------------------------------------------|
8584
| Main | `{ 'nvim-mini/mini.cmdline', version = false },` |
86-
<!-- | Stable | `{ 'nvim-mini/mini.cmdline', version = '*' },` | -->
85+
| Stable | `{ 'nvim-mini/mini.cmdline', version = '*' },` |
8786

8887
</details>
8988

@@ -95,14 +94,14 @@ Here are code snippets for some common installation methods (use only one):
9594
| Branch | Code snippet |
9695
|--------|------------------------------------------------------|
9796
| Main | `Plug 'nvim-mini/mini.nvim'` |
98-
<!-- | Stable | `Plug 'nvim-mini/mini.nvim', { 'branch': 'stable' }` | -->
97+
| Stable | `Plug 'nvim-mini/mini.nvim', { 'branch': 'stable' }` |
9998

10099
- Standalone plugin:
101100

102-
| Branch | Code snippet |
103-
|--------|--------------------------------------------------------|
101+
| Branch | Code snippet |
102+
|--------|---------------------------------------------------------|
104103
| Main | `Plug 'nvim-mini/mini.cmdline'` |
105-
<!-- | Stable | `Plug 'nvim-mini/mini.cmdline', { 'branch': 'stable' }` | -->
104+
| Stable | `Plug 'nvim-mini/mini.cmdline', { 'branch': 'stable' }` |
106105

107106
</details>
108107

0 commit comments

Comments
 (0)