This repository was archived by the owner on Sep 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Introduce goreleaser
#65
Merged
Stefan-Ethernal
merged 17 commits into
main
from
CDK-18-setup-and-configure-go-releaser
Feb 13, 2024
Merged
Introduce goreleaser
#65
Stefan-Ethernal
merged 17 commits into
main
from
CDK-18-setup-and-configure-go-releaser
Feb 13, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6049286
to
fc3094d
Compare
begmaroman
reviewed
Feb 6, 2024
31e0728
to
cee8f50
Compare
05a08c1
to
dcb9c7f
Compare
dcb9c7f
to
7ef9276
Compare
b96a54b
to
c66f7a3
Compare
058e6b0
to
5e72895
Compare
vcastellm
reviewed
Feb 8, 2024
e30c185
to
e8e7938
Compare
54a8b4d
to
e8e7938
Compare
|
begmaroman
approved these changes
Feb 13, 2024
vcastellm
approved these changes
Feb 13, 2024
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
goran-ethernal
approved these changes
Feb 13, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR introduces the
goreleaser
into theagglayer
repository, which is accountable for building theagglayer
binaries and Docker images that are eventually being published to the Docker Hub.Go releaser gets triggered when the semantic versioning tag gets pushed to the repo.