-
Notifications
You must be signed in to change notification settings - Fork 64
✨ Update releaser to use env variables #1974
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
✨ Update releaser to use env variables #1974
Conversation
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1974 +/- ##
=======================================
Coverage 69.11% 69.11%
=======================================
Files 79 79
Lines 7023 7023
=======================================
Hits 4854 4854
Misses 1887 1887
Partials 282 282
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
2c1a935
to
ea0d61e
Compare
This is the goreleaser parts from #1949 |
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.
It seems fine for me 👍
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: camilamacedo86 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
ea0d61e
to
2daed93
Compare
2daed93
to
b4a3fb1
Compare
In anticipation of config changes. Use environment variables for the release values. Update the Makefile to use the same variables. Signed-off-by: Todd Short <[email protected]>
b4a3fb1
to
a5ec854
Compare
Hi @tmshort Let's do the 1.3.0 release, then we merge this one, and we can do an RC just to ensure that all is still working well as expected. Can we hold up there? I am adding /hold But feel free to unhold if/when you need. |
/hold (for @camilamacedo86 as hers didn't seem to take effect...?) |
It's not going anywhere without an LGTM |
/hold cancel |
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
71108b2
into
operator-framework:main
In anticipation of config changes.
Use environment variables for the release values.
Update the Makefile to use the same variables.
Description
Reviewer Checklist