Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 May 18:20
· 20 commits to main since this release

Changelog

  • f744834 Initial commit
  • cfbd0cf chore(.github): rename ci workflow to integration
  • 8fbc355 chore(github): expose package
  • cfb1a74 chore: add license header
  • ed60556 ci(.goreleaser.yaml): sign all the artifacts
  • 1781759 ci(dockerfile): disable cgo
  • 096628d ci: add initial ci stack
  • 4e042dc ci: fix gh package and oci image name
  • 40b7266 ci: introduce support for sbom generation and signatures
  • db305b6 clean(internal/github): cleanup unused functions
  • 691f0f8 docs(readme): update sync github flags and descriptions
  • 1bd9b79 docs(readme.md): add command descriptions
  • acefd74 docs(readme.md): update synopsis and introduction
  • 4d75279 docs(readme.md): update usage and examples
  • 4dfebc0 docs: add documentation generation and ci
  • 411104d feat(cmd): add version command
  • 75c879a feat(cmd/sync/github): add support for forking of the config repository
  • 48f6f73 feat: add initial support for remote sync
  • 9961b12 feat: add support for gpg signing
  • 5981c12 fix(cmd/sync/github): propagate error loading owners
  • e0c3c6e initial commit
  • f245c04 refactor(cmd/sync): move internal logics to packages
  • e77b948 refactor(cmd/sync): split local and github commands
  • 7585146 refactor(cmd/sync/github): cleanup command run function
  • d84fa17 refactor(cmd/sync/github): use specified github host for prs
  • d166cd5 refactor(pkg): set base refs consts and update flags consistently
  • fefc3f0 refactor: add tests and refactor packages
  • 0a125bb style(cmd/sync/github): rename with simpler naming
  • 0d4abad style: lint code
  • 07d72b7 style: rename git reference options
  • d4a17c1 sytle(cmd/version): lint code