Skip to content

Commit

Permalink
Merge pull request #51 from yanosea/49-add-script-to-update-credits
Browse files Browse the repository at this point in the history
📚doc: add script to update 'CREDITS' file using gocredits
  • Loading branch information
yanosea authored Oct 8, 2024
2 parents 03c0784 + 7da4d9a commit d684144
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions script/credits.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash

# update `CREDITS`
gocredits -skip-missing ../ > ../CREDITS

0 comments on commit d684144

Please sign in to comment.