npm package diff

Package: @forge/manifest

Versions: 7.7.0-next.2 - 7.7.0-next.3

Modified:package/package.json

Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@forge/manifest",
-  "version": "7.7.0-next.2",
+  "version": "7.7.0-next.3",
   "description": "Definitions and validations of the Forge manifest",
   "main": "out/index.js",
   "scripts": {
     "build": "yarn run compile",

Modified:package/CHANGELOG.md

Index: package/CHANGELOG.md
===================================================================
--- package/CHANGELOG.md
+++ package/CHANGELOG.md
@@ -1,6 +1,12 @@
 # @forge/manifest
 
+## 7.7.0-next.3
+
+### Patch Changes
+
+- 10f4545: Update package readme to include instruction on how to update schema in the package
+
 ## 7.7.0-next.2
 
 ### Minor Changes

Modified:package/README.md

Index: package/README.md
===================================================================
--- package/README.md
+++ package/README.md
@@ -34,4 +34,7 @@
   success: boolean;
   errors?: ValidationError[];
 }
 ```
+
+## Updating Manifest schemas
+The schemas in this package are automatically updated from Shipyard daily. Any manual changes to these files will be reverted. Please raise a PR in [app-host-artifacts](https://bitbucket.org/atlassian/app-host-artifacts/src/master/) instead.
\ No newline at end of file