Skip to content

Commit ad67ad4

Browse files
committed
fix: run release in each package
1 parent ed5a2bf commit ad67ad4

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"dep-check": "aegir run dep-check",
3434
"doc-check": "aegir run doc-check",
3535
"release": "run-s build docs:no-publish npm:release docs",
36-
"npm:release": "aegir release",
36+
"npm:release": "aegir run release",
3737
"docs": "aegir docs",
3838
"docs:no-publish": "aegir docs --publish false"
3939
},

packages/protons-runtime/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,21 @@
99
1010
# About
1111

12+
<!--
13+
14+
!IMPORTANT!
15+
16+
Everything in this README between "# About" and "# Install" is automatically
17+
generated and will be overwritten the next time the doc generator is run.
18+
19+
To make changes to this section, please update the @packageDocumentation section
20+
of src/index.js or src/index.ts
21+
22+
To experiment with formatting, please run "npm run docs" from the root of this
23+
repo and examine the changes made.
24+
25+
-->
26+
1227
This module contains serialization/deserialization code used when encoding/decoding protobufs.
1328

1429
It should be declared as a dependency of your project:

packages/protons/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,21 @@
99
1010
# About
1111

12+
<!--
13+
14+
!IMPORTANT!
15+
16+
Everything in this README between "# About" and "# Install" is automatically
17+
generated and will be overwritten the next time the doc generator is run.
18+
19+
To make changes to this section, please update the @packageDocumentation section
20+
of src/index.js or src/index.ts
21+
22+
To experiment with formatting, please run "npm run docs" from the root of this
23+
repo and examine the changes made.
24+
25+
-->
26+
1227
`protons` is a high performance implementation of [Protocol Buffers v3](https://protobuf.dev/programming-guides/proto3/).
1328

1429
It transpiles code to TypeScript and supports BigInts for 64 bit types.

0 commit comments

Comments
 (0)