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

Release workflow #14

Merged
merged 1 commit into from
Jun 6, 2024
Merged

Release workflow #14

merged 1 commit into from
Jun 6, 2024

Conversation

puerco
Copy link
Member

@puerco puerco commented Jun 4, 2024

This PR adds a release workflow to be executed on a v* tag push

Sample release: https://github.com/puerco/trusty-sdk-go/releases/tag/v0.2.0-rc.2

Signed-off-by: Adolfo García Veytia (Puerco) [email protected]

Copy link
Member

@rdimitrov rdimitrov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are using goreleaser for the rest of the Go projects so it would be nice to have that, but given this is blocking an opened PR in Minder it's not that important.

@@ -0,0 +1,45 @@
# Copyright 2023 The Protobom Authors
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we update the license header

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Been caught stealin'!
IMAGE

with:
go-version: '1.22'
check-latest: true
cache: true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's disable caching, we started doing that for minder and other projects because of some recent exploit leveraging that

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, done!

This adds a release workflow to be executed on a v tag push

Signed-off-by: Adolfo García Veytia (Puerco) <[email protected]>
@puerco puerco merged commit 2e2c233 into stacklok:main Jun 6, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants