Skip to content
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

Pre-releases are automatically generated #49

Open
BradleyBoutcher opened this issue Feb 3, 2021 · 0 comments
Open

Pre-releases are automatically generated #49

BradleyBoutcher opened this issue Feb 3, 2021 · 0 comments

Comments

@BradleyBoutcher
Copy link
Contributor

Is your feature request related to a problem? Please describe.

With the addition of goreleaser to our building and packaging process, we should
begin using github actions to create a pre-release, similar to other repositories.

Describe the solution you would like

First, we use Goreleaser in a separate script, publish.sh, that will generate a production
version of the summon-aws-secrets binary.

We use github actions to generate a pre-release, and attach the artifacts from the build process.
See the cloudfoundry conjur-tile repo for an example of this.

Describe alternatives you have considered

Gorelease supports generating a release directly through github, without the need for github actions,
but this may require secrets we cannot retrieve through Jenkins.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant