File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,12 @@ Launch a sample program (requires no build)
109
109
npm run example
110
110
```
111
111
112
+ ### Update the proto descriptors
113
+
114
+ ``` shell
115
+ npm run proto
116
+ ```
117
+
112
118
### Testing end-to-end with Restate Runtime
113
119
114
120
This requires the [ Docker Engine] ( https://docs.docker.com/engine/install/ ) to launch the Restate runtime for testing.
@@ -135,6 +141,10 @@ curl -X POST http://localhost:8080/greeter/greet -H 'content-type: application/j
135
141
136
142
# Releasing the package
137
143
144
+ # # Pre-release
145
+
146
+ Before release, make sure the ` buf.lock` of the proto descriptors is updated. See [Update the proto descriptors](# update-the-proto-descriptors).
147
+
138
148
# # Releasing via release-it
139
149
140
150
Releasing a new npm package from this repo requires:
You can’t perform that action at this time.
0 commit comments