Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

v0.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Mar 02:36
· 32 commits to main since this release
15afbfd

Changelog

  • 75c3236 Add Apache 2.0 License
  • 2fac226 Add SBOM and Cosign generator in goreleaser
  • 460e4c7 Add addlicense to bindl.yaml
  • ae55b1a Add command to modify generic ignore file
  • 5778fe5 Add fmt and mod
  • 73cff55 Add goreleaser
  • f95359d Add license check to GitHub Actions
  • 1b4a7cb Add license headers to Go files
  • c3116bf Add make command and functionality
  • 0202dc0 Add sync command and functionality
  • 3380999 Bonk gopkg.in/yaml.v2
  • ee34719 GitHub Actions test & release (#1)
  • 10d0dd5 Handle zip archives as well
  • afda30a Initial commit
  • 4d58da9 Merge pull request #16 from xargs-dev/license
  • 926f845 Merge pull request #9 from xargs-dev/chris-ignore
  • 6e6b5c8 More example, more configurable
  • 041282a Proof of concept
  • b58c037 Proof of concept for program.Config -> program.Program
  • 245c7d0 Remove blank license
  • bf83904 The pitch
  • 88e2b3e Update examples
  • 634d808 error does not implement comparable
  • fa9c156 goreleaser: Auto-detect pre-release
  • 7004410 ✨ Over-engineer newline detection for appending to ignore file
  • 979d6e3 ✨ Parse environment variables for runtime config (#42)
  • 5cf1f0e ✨ Storing multi-version programs (#38)
  • 15afbfd ✨ Use GitHub-based import path (#45)
  • c78dffebindl verify to verify existing binary (#32)
  • 8f9791c 🌱 Add "generate" command, move "make" and "ignore" (#21)
  • 73d772e 🌱 Bump Cobra (v1.4.0) and x/sys (2edf467146b5) (#19)
  • b4c1e7d 🌱 Don't save incomplete checksums (#23)
  • 4a8ee4a 🌱 Fix linter issues in program/
  • 1fe60eb 🌱 Shorten defaultConfig to conf
  • 35d7c4a 🌱 mkdir -p if out dir no exist
  • 70bd26f 🌱 refactor program-matching structure (#31)
  • 4d43c84 🍿 Add tests to verify bindl ignore output
  • 70b5c28 🐛 Prevent Makefile from rebuilding unnecessarily (#43)
  • 831fcb1 🐛 get command requires at least one argument or --all flag (#29)
  • 6095173 📖 Add license to bindl ignore command files
  • 5ff2250 📖 Add the comment suggested in in #6 (#7)
  • f2ed232 📖 Documentation and naming amendments (#44)
  • 43c6166 📖 Update bindl ignore long usage description
  • 13cd3d7 🔧 Add Go lint settings and commands
  • c6c25ec 🔧 Add Go linter GitHub Action
  • befae95 🔧 Add PR template with emojis (#22)
  • 71965af 🔧 Add golangci-lint binary and re-generate lock and Makefile.bindl
  • d16bf4c 🔧 Add more linters and fixes (#34)
  • 03573f8 🔧 Customizable Go executable in Makefile (#6)
  • 7403ada 🔧 Customizable Go executable in Makefile.tests
  • 5abefbb 🔧 Make dev builds with goreleaser too (#41)
  • 0a7b3d6 🔧 Merge pull request #30 from xargs-dev/chris-linter
  • f0eb47e 🔧 Use recursive wildcard to generate missing license headers (#28)