@thg-altitude/schemaorg 1.0.29 → 1.0.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,2 +1,11 @@
|
|
|
1
1
|
# Schema.org
|
|
2
|
-
|
|
2
|
+
|
|
3
|
+
Reusable Schema.org for Astro applications
|
|
4
|
+
|
|
5
|
+
## Publishing
|
|
6
|
+
|
|
7
|
+
- Increment package version in `package.json` and reinstall with `npm i`
|
|
8
|
+
- Open PR
|
|
9
|
+
- Merge into main branch
|
|
10
|
+
|
|
11
|
+
This will trigger the release workflow
|