Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jul 20:00
· 69 commits to main since this release

Changelog

  • 97ad9d4 add auth command skeleton for authorizing with jira
  • 57f04b7 add embeded template for changelog generation
  • 0d5e3e0 add github action to run tests
  • 09a96fa add initial skeleton with cli options
  • 8488d10 add jira client
  • ad1a13c add nested access to fetch epic details
  • 692003c add skeleotn for jira auth login and logout handler
  • 263fdf8 add skeleton for jira client
  • 8841ebd add support for config file
  • 269dba9 add warning emoji for changelog lineitem
  • a65c0e7 ci: add goreleaser workflow
  • 69d4525 ci: fix ci.yml syntax
  • 85feb42 ci: fix cyclo check command
  • 5707a83 fix staticcheck style
  • caa7693 fix: version command to not fail on required flags
  • fc90262 group issues by epic
  • 937e2d8 handle file/stdout/stderr writes
  • 64d7f04 initial commit
  • 6563403 move to gh extension
  • 30ca30c refactor(generator): rename 'Changelog' struct to Generator
  • e045fb1 refactor: capture timestamp for commit message
  • 7e706e3 refactor: extract gitOutput pattern as constant
  • 0eece0a refactor: extract out structs from jira/types
  • 92ad9e6 refactor: make changelog fields private
  • 1d78409 refactor: remove commits_test
  • 087648b refactor: remove temp vars from commits
  • e25d96c refactor: rename FromCommitMessage to IssueId
  • a7842c6 refactor: use Map for converting rawCommitMessages messages to CommitMessage
  • 398c355 style: use common type in args
  • c672119 use debug logs for showing issue info
  • c63cf00 use extension file output
  • d2515df use extra space while generating template