-
Notifications
You must be signed in to change notification settings - Fork 221
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
fix: restore release assets name #437
Merged
Merged
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
❯ goreleaser release --skip-publish
• starting release...
• loading config file file=.goreleaser.yml
• loading environment variables
• getting and validating git state
• building... commit=499c806fec0323c2dc9fbfdd70620520a5954d01 latest tag=v1.3.3
• parsing tag
• setting defaults
• DEPRECATED: `archives.rlcp` will be the default soon, check https://goreleaser.com/deprecations#archivesrlcp for more info
• running before hooks
• running hook=go generate ./...
• took: 6s
• checking distribution directory
• loading go mod information
• build prerequisites
• writing effective config file
• writing config=dist/config.yaml
• building binaries
• building binary=dist/lefthook_freebsd_arm64/lefthook
• building binary=dist/lefthook_linux_amd64_v1/lefthook
• building binary=dist/lefthook_windows_arm64/lefthook.exe
• building binary=dist/lefthook_linux_arm64/lefthook
• building binary=dist/lefthook_freebsd_amd64_v1/lefthook
• building binary=dist/lefthook_windows_amd64_v1/lefthook.exe
• building binary=dist/lefthook_darwin_amd64_v1/lefthook
• building binary=dist/lefthook_darwin_arm64/lefthook
• took: 41s
• generating changelog
• writing changelog=dist/CHANGELOG.md
• archives
• creating archive=dist/lefthook_1.3.3_Windows_x86_64.gz
• creating archive=dist/lefthook_1.3.3_Freebsd_x86_64.gz
• creating archive=dist/lefthook_1.3.3_Freebsd_arm64.gz
• creating archive=dist/lefthook_1.3.3_Windows_arm64.gz
• skip archiving binary=lefthook name=lefthook_1.3.3_Linux_arm64
• skip archiving binary=lefthook.exe name=lefthook_1.3.3_Windows_x86_64.exe
• skip archiving binary=lefthook name=lefthook_1.3.3_Freebsd_x86_64
• skip archiving binary=lefthook name=lefthook_1.3.3_Linux_x86_64
• skip archiving binary=lefthook name=lefthook_1.3.3_Freebsd_arm64
• skip archiving binary=lefthook name=lefthook_1.3.3_MacOS_x86_64
• skip archiving binary=lefthook.exe name=lefthook_1.3.3_Windows_arm64.exe
• skip archiving binary=lefthook name=lefthook_1.3.3_MacOS_arm64
• creating archive=dist/lefthook_1.3.3_MacOS_arm64.gz
• creating archive=dist/lefthook_1.3.3_Linux_arm64.gz
• creating archive=dist/lefthook_1.3.3_Linux_x86_64.gz
• creating archive=dist/lefthook_1.3.3_MacOS_x86_64.gz
• took: 2s
• linux packages
• creating arch=amd64v1 file=dist/lefthook_1.3.3_amd64.deb format=deb package=lefthook
• creating arch=arm64 file=dist/lefthook_1.3.3_arm64.rpm format=rpm package=lefthook
• creating arch=amd64v1 file=dist/lefthook_1.3.3_amd64.rpm format=rpm package=lefthook
• creating arch=arm64 file=dist/lefthook_1.3.3_arm64.deb format=deb package=lefthook
• snapcraft packages ❯ ls dist/
CHANGELOG.md lefthook_1.3.3_amd64.rpm
config.yaml lefthook_1.3.3_arm64.deb
lefthook_1.3.3_Freebsd_arm64.gz lefthook_1.3.3_arm64.rpm
lefthook_1.3.3_Freebsd_x86_64.gz lefthook_darwin_amd64_v1
lefthook_1.3.3_Linux_arm64.gz lefthook_darwin_arm64
lefthook_1.3.3_Linux_x86_64.gz lefthook_freebsd_amd64_v1
lefthook_1.3.3_MacOS_arm64.gz lefthook_freebsd_arm64
lefthook_1.3.3_MacOS_x86_64.gz lefthook_linux_amd64_v1
lefthook_1.3.3_Windows_arm64.gz lefthook_linux_arm64
lefthook_1.3.3_Windows_x86_64.gz lefthook_windows_amd64_v1
lefthook_1.3.3_amd64.deb lefthook_windows_arm64 |
This was referenced Mar 1, 2023
Open
Open
Closed
Merged
Merged
Merged
This was referenced Mar 6, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #436
⚡ Summary
☑️ Checklist