diff --git a/labs/22-yield/publish.config.json b/labs/22-yield/publish.config.json index 66c161e1..a8030b3b 100644 --- a/labs/22-yield/publish.config.json +++ b/labs/22-yield/publish.config.json @@ -23,12 +23,24 @@ "kind": "tree", "source": "yield", "dest": ".", - "exclude_dirs": [".yield", ".git", "node_modules", "__pycache__", "dist", "build"] + "exclude_dirs": [ + ".yield", + ".git", + "node_modules", + "__pycache__", + "dist", + "build" + ] }, { "kind": "copy", "source": "public-readme/README.md", "dest": "README.md" + }, + { + "kind": "tree", + "source": "distribution/release-notes", + "dest": "release-notes" } ], "release_notes": {