-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: Update release process and docs #2128
Conversation
* Update workflow_server.go * fixed test * fixed test
This is NOT a priority. v2.6 |
endif | ||
# Publish release | ||
.PHONY: publish-release | ||
publish-release: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to add a guard to prevent this target being run on master.
Codecov Report
@@ Coverage Diff @@
## master #2128 +/- ##
=======================================
Coverage 11.69% 11.69%
=======================================
Files 52 52
Lines 26353 26353
=======================================
Hits 3081 3081
Misses 22877 22877
Partials 395 395 Continue to review full report at Codecov.
|
@sarabala1979 this is ready for review and this only your or @jessesuen would be the right person to review this. It's not a priority - needs to be done for v2.6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Checklist:
"fix(controller): Updates such and such. Fixes #1234"
.