We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a625714 commit ddea38eCopy full SHA for ddea38e
make/02_mod.mk
@@ -13,3 +13,17 @@
13
# limitations under the License.
14
15
include make/test-unit.mk
16
+
17
+.PHONY: dryrun-release
18
+## Dry-run release process
19
+## @category [shared] Release
20
+dryrun-release: export RELEASE_DRYRUN := true
21
+dryrun-release: release
22
23
+.PHONY: release
24
+## Publish all release artifacts (image + helm chart)
25
26
+release: | $(NEEDS_CRANE) $(bin_dir)/scratch
27
+ $(MAKE) exe-publish
28
29
+ @echo "Release complete!"
0 commit comments