Skip to content

Commit 35af0e8

Browse files
committed
Add a release guide
1 parent 0619d7d commit 35af0e8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/release.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Release Guide
2+
3+
Export the variables:
4+
5+
```shell
6+
export CURRENT_DEVELOPMENT_VERSION=0.0.8
7+
export NEXT_DEVELOPMENT_VERSION=0.0.9
8+
```
9+
10+
Trigger the release automation:
11+
12+
```shell
13+
gh workflow run release -f currentDevelopmentVersion=${CURRENT_DEVELOPMENT_VERSION} -f nextDevelopmentVersion=${NEXT_DEVELOPMENT_VERSION}
14+
```

0 commit comments

Comments
 (0)