We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0619d7d commit 35af0e8Copy full SHA for 35af0e8
docs/release.md
@@ -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
13
+gh workflow run release -f currentDevelopmentVersion=${CURRENT_DEVELOPMENT_VERSION} -f nextDevelopmentVersion=${NEXT_DEVELOPMENT_VERSION}
14
0 commit comments