Skip to content

Update release archive name template and ldflags path in Makefile #39

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

Merged
merged 1 commit into from
Apr 6, 2024

Conversation

catatsuy
Copy link
Owner

@catatsuy catatsuy commented Apr 6, 2024

This pull request primarily includes changes to the build configuration and the build command in the Makefile. The most significant changes involve modifying the name template in the .goreleaser.yml file and adjusting the build command in the Makefile.

  • In the .goreleaser.yml file, the name_template under archives has been modified to exclude the version from the name of the archive file. This change simplifies the naming convention for the generated archive files.

  • In the Makefile, the build command for bin/purl has been updated. The -ldflags option now points to github.com/catatsuy/purl/internal/cli.Version instead of github.com/catatsuy/purl/cli.Version. This change reflects a possible restructuring of the project's directory.

@catatsuy catatsuy merged commit bba49c8 into main Apr 6, 2024
@catatsuy catatsuy deleted the feature_mod_treat_version branch April 6, 2024 09:43
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.

1 participant