-
Notifications
You must be signed in to change notification settings - Fork 54
Add release steps #202
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
Add release steps #202
Conversation
5131eab to
33c7a7c
Compare
Pull Request Test Coverage Report for Build 3261135424
💛 - Coveralls |
|
|
||
| ``` | ||
| export VER=v0.0.10 | ||
| git tag --sign --message "helm-operator-plugin $VER" "$VER" |
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.
This seems to require some prior GPG setup. Might be useful to mention this as a prerequisite.
everettraven
left a comment
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.
overall looks good to me. I agree with @porridge's review suggestions/comments.
Co-authored-by: Marcin Owsiany <[email protected]>
Co-authored-by: Marcin Owsiany <[email protected]> Signed-off-by: Per Goncalves da Silva <[email protected]>
ac02871 to
2b83929
Compare
|
Closing this as stale. When trying to follow the instructions I found that the file where we set the versions no longer exists....=S |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #202 +/- ##
==========================================
- Coverage 85.06% 78.48% -6.59%
==========================================
Files 19 31 +12
Lines 1346 2477 +1131
==========================================
+ Hits 1145 1944 +799
- Misses 125 444 +319
- Partials 76 89 +13 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
Add release steps.