Replies: 1 comment 8 replies
-
|
Hi! You have a couple of options, depending on how complete of a test you need. The first and easier one: The next option is if you want to test the whole pipeline. Unfortunately, there's no way of doing it that is reversible, so my recommendation would be to run
Hope that helps - let me know if you have any more questions 🙏🏻 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi here from the OpenTelemetry Collector community!
We use GoReleaser Pro and are trying to improve our release process (see open-telemetry/opentelemetry-collector-releases/issues/773). Ideally, we would like to get to a state where we can fix any release issues before pushing any particular tag to the repository, but we have not been able to find a way to do this with
goreleaser. Our ask is similar to #1454 (comment) and #3174 (comment).We have tried to use
goreleaser release --preparefor this, since it seems like a good fit, but we are finding the following issues:goreleaser release --preparedoes exactly and how it is supposed to work. It would be helpful to have a clear example of usage of it.goreleaser prepare --releaserequires us to push a tag for it to prepare a release. We would like to avoid that, since part of the point is to not have to push a tag until we have verified that the artifacts (i) can be produced by the release pipeline and (ii) pass any validation we may want to do.I am filing this discussion so we can get some clarity/recommendations regarding how to use
goreleaserfor our use case and get feedback on the two issues above from the goreleaser maintainers. Thank you for maintaining goreleaser, it is serving us well!Beta Was this translation helpful? Give feedback.
All reactions