Skip to content

Commit 63e72c2

Browse files
author
Dmitri Zimine
committed
Fix build warnings.
1 parent 411536e commit 63e72c2

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/source/reference/pack_management_transition.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Some highlights:
107107

108108
* Packs are no longer named and referenced by the parent directory or git repository containing the pack: name or ref field from pack.yaml is used. Name your repository as you pleased (the recommended form for StackStorm Exchange is stackstorm-pack_name).
109109

110-
* Pack metadata ``pack.yaml``file can now contain a new optional contributors field. This field is an array and contains a list of people who have contributed to the pack. These days most of the packs have more than one contributor so author field is not sufficient anymore and we want to give credit where credit is due.
110+
* Pack metadata ``pack.yaml`` file can now contain a new optional contributors field. This field is an array and contains a list of people who have contributed to the pack. These days most of the packs have more than one contributor so author field is not sufficient anymore and we want to give credit where credit is due.
111111

112112
-------------
113113

docs/source/upgrade_notes.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,12 @@ Upgrade Notes
2020
Therefore, to upgrade from `2.0.*` StackStorm instance to `2.1.*`, follow this:
2121

2222
1. Use `yam` or `apt-get` to upgrade to the newest version.
23-
2. Update community packs to the latest version from `StackStorm Exchange <https://exchange.stackstorm.org/>`__.
23+
24+
2. Update community packs to the latest version from
25+
`StackStorm Exchange <https://exchange.stackstorm.org/>`__.
26+
2427
2. Run `st2ctl reload`.
28+
2529
3. If you happen to have packs that don't satisfy the rules above, the validation fails
2630
and the pack load will throw errors. Fix the packs to conform the rules above,
2731
and run `st2ctl reload` again.

0 commit comments

Comments
 (0)