We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7898c5d commit fe85ddcCopy full SHA for fe85ddc
.github/workflows/custom-release.yml
@@ -0,0 +1,10 @@
1
+# Due to workflow limitation of github, this file is merely here
2
+# to support triggering the workflow on a dev branch, without having
3
+# to merge it into main.
4
+#
5
+# It is useful to make releases which publish a container to the github container registry.
6
+# CAUTION: it is recommended that you always enforce those custom releases to contain a preview tag, with `-custom.X` suffix where
7
+# custom is a descriptive name for the release and X is the version number.
8
9
+# gh workflow run custom-release.yml --ref feat/your-branch -f preview=v1.7.0-custom.1
10
.github/workflows/snos-release.yml
0 commit comments