@yottagraph-app/aether-instructions 1.1.9 → 1.1.10
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 +6 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -40,13 +40,11 @@ To customize something that ships with the package:
|
|
|
40
40
|
|
|
41
41
|
## For Maintainers
|
|
42
42
|
|
|
43
|
-
This package is built from `aether-dev` sources.
|
|
43
|
+
This package is built from `aether-dev` sources. Publishing runs in CI via
|
|
44
|
+
`.github/workflows/publish-instructions.yml` (see `docs/CI_OPS.md` in aether-dev).
|
|
44
45
|
|
|
45
|
-
|
|
46
|
-
2. Run `/publish_instructions --bump patch --publish`
|
|
46
|
+
To re-run locally without CI (e.g. debugging):
|
|
47
47
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
- Bumps the version
|
|
52
|
-
- Publishes to npmjs
|
|
48
|
+
```bash
|
|
49
|
+
bash scripts/publish-instructions.sh --bump patch --publish
|
|
50
|
+
```
|