You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,3 +37,16 @@ following:
37
37
2. run [tools/update-api.sh](tools/update-api.sh) from the `tools`
38
38
directory.
39
39
3. update envoy-alpine-dev docker image version [EnvoyContainer.java] according to envoy SHA in first point.
40
+
41
+
#### Releasing a new version
42
+
To release and publish a new version, do the following:
43
+
1. create a personal API token in CircleCI by following the instructions listed [here](https://circleci.com/docs/2.0/managing-api-tokens/#creating-a-personal-api-token)
44
+
2. from terminal, curl the CircleCI API as follows
0 commit comments