note internal refactor of LocalPublish changes and impact on usage

Signed-off-by: Colton Padden <colton.padden@fastmail.com>
This commit is contained in:
Colton Padden
2021-11-09 13:45:26 -05:00
parent 97eed9f67f
commit 6d4f06699b
+5 -2
View File
@@ -2,9 +2,12 @@
'@backstage/techdocs-common': patch
---
1. Techdocs publishers constructors now use parameter objects when being instantiated
1. Techdocs publisher constructors now use parameter objects when being
instantiated
2. The `LocalPublish` publisher can now be created using `fromConfig`:
2. Internal refactor of `LocalPublish` publisher to use `fromConfig` for
creation to be aligned with other publishers; this does not impact
`LocalPublish` usage.
```diff
- const publisher = new LocalPublish(config, logger, discovery);