@creo-team/structures 2.0.1 → 2.0.4
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 +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -46,6 +46,10 @@ const region = AwsRegion.UsEast1
|
|
|
46
46
|
| **Other** | `LanguageCode`, `Status` |
|
|
47
47
|
| **Types** | `PackageJson`, `Person`, `Repository`, `Bugs`, `Dependencies`, etc. |
|
|
48
48
|
|
|
49
|
+
## Publishing
|
|
50
|
+
|
|
51
|
+
Releases are created on push to `main` via [action-release](https://github.com/creo-team/action-release). npm publish runs when the Release workflow completes successfully.
|
|
52
|
+
|
|
49
53
|
## Creo Ecosystem
|
|
50
54
|
|
|
51
55
|
- [@creo-team/eslint-config](https://www.npmjs.com/package/@creo-team/eslint-config) — shared ESLint config
|
package/package.json
CHANGED