From 3ed7e3fefd1eda861f0f599bf3aef391d8eb4401 Mon Sep 17 00:00:00 2001 From: jacob Date: Mon, 1 Jul 2024 21:19:41 -0500 Subject: [PATCH] add publish transition help --- src/content/docs/v4/transition/from-v3.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/content/docs/v4/transition/from-v3.mdx b/src/content/docs/v4/transition/from-v3.mdx index 2c13e8a3b..71728b94e 100644 --- a/src/content/docs/v4/transition/from-v3.mdx +++ b/src/content/docs/v4/transition/from-v3.mdx @@ -39,8 +39,17 @@ export default commandModule({ } }) ``` + ## Killing Experimental Things > *Sometimes your experiments need to be put behind the barn.* - `Sern.init('file')` has been removed. + +## Publishing Application Commands +- `sern commands publish` does not work with localizer plugin. It will work in version four, but it is recommended to use +publishing as a [service](/v4/tools/publisher) + + + +