Skip to content

v0.1.0

Compare
Choose a tag to compare
@gabe565-goreleaser gabe565-goreleaser released this 14 Mar 07:40
· 65 commits to main since this release
4cb9141

Changelog

Features

  • 3fc1156 feat(action): Add install-only input
  • a9c4e8f feat(cmd): Add --completion flag
  • e95c7d6 feat(cmd): Add --repo flag
  • aa95d02 feat(cmd): Add --version flag
  • 20c9c3a feat: Walk parent directories to find .git

Fixes

  • 12ec7e3 fix: Fix panic when no tag exists

Others

  • a5cf399 chore(action): Change action title to "Commit Changelog Generator"
  • 4cb9141 chore(cmd): Change global flags to local since there are no subcommands
  • e7632e7 chore(cmd): Disable main file completion
  • d20e264 chore(cmd): Respect configured cobra output
  • b99bea7 chore(config): Initialize default config at startup
  • 2ca7d6f chore(gitignore): Ignore built binary
  • d9f88f5 chore: Print usage if config loading fails
  • eb0b8ef refactor(cmd): Split main command logic into packages