-
Notifications
You must be signed in to change notification settings - Fork 6
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
Goreleaser configuration #17
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
Does the name of the repo for home brew have to be homebrew-brew? Why not homebrew-go ignore |
sure we can make it homebrew-goignore |
Okay, let me create the repos and setup go releaser |
hacktivist123
approved these changes
Aug 4, 2023
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
hacktivist123
added a commit
that referenced
this pull request
Aug 5, 2023
* Update README.md * change package name * change package name * add license * Update README.md * fix error where installation failed due to incorrect module path * fix * update readme * Update README.md * add env files * Improve language detection code and add new gitignore files * update .gitignore * another fix * update and lint main.go (#6) * Fix binary error (#7) * update and lint main.go * implement fix for error where goignore cannot find the gitignore templates file * test binary * Create github action (#11) * Impr/file detection (#9) * update README with todo list for next release * fix tasks list syntax (#13) * scrap auto flag (#16) * scrap auto flag, make auto-detect my default and implement logic for error if a language isn't supported * update README with new instructions * Goreleaser configuration (#17) * feat: goreleaser configuration * Change go version for goreleaser * Update .goreleaser.yaml --------- Co-authored-by: Shedrack akintayo <[email protected]> * Update release.yml (#18) * added fix for language detection (#20) * feat: implemented a function(and a flag) to initialize an empty git repository (#21) * feat: implemented a function(and a flag) to initialize an empty git repository * chore: mark todo to allow users init git repo as done * update README with new command * update README structure (#24) * Update go.yml (#26) * Refactored functions and added tests (#22) * Refactored functions and added tests * add filesystem * Update main.go update afero.walk() arguments --------- Co-authored-by: Shedrack akintayo <[email protected]> * update gh actions * Update README.md * Update README.md --------- Co-authored-by: Kwame Akuamoah-Boateng <[email protected]> Co-authored-by: Daniel Adeboye <[email protected]> Co-authored-by: Khagan Chuks <[email protected]> Co-authored-by: Nonso Unachukwu <[email protected]>
hacktivist123
added a commit
that referenced
this pull request
Aug 6, 2023
* feat: goreleaser configuration * Change go version for goreleaser * Update .goreleaser.yaml --------- Co-authored-by: Shedrack akintayo <[email protected]>
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.
Here are things i will need you to do