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 73519e4 commit 85281f9Copy full SHA for 85281f9
Makefile
@@ -1436,7 +1436,7 @@ else
1436
endif
1437
git clean -d -f
1438
git status
1439
- git commit -A -m "Release Coherence Operator version: $(VERSION)"
+ git commit -m "Release Coherence Operator version: $(VERSION)"
1440
git log -1
1441
ifeq (true, $(RELEASE_DRY_RUN))
1442
@echo "release dry-run - would have pushed Helm chart and docs $(VERSION) to gh-pages"
0 commit comments