Skip to content

Releases: alexander-danilenko/shipnotes

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 14:18
6127699

Changelog

  • 2b01bac feat(config): consolidate GitHub config into SHIPNOTES_GITHUB_REPO and make it optional
  • d3e8e03 feat(markdown): show header metadata as bold bullets, trim timestamp to minutes

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 12:21
d4a504f

Changelog

  • 066c3cc feat(cli): add --checked-statuses to mark done issues as checked
  • 6702320 feat(cli): add --exclude-commits to filter commits out of release notes
  • 642ef98 feat(jira): warn on empty JQL results and give status-specific API errors
  • f78c2ee feat: select release issues with --jql instead of --ids (#1)
  • d4a504f refactor(markdown): use a single h1 and drop horizontal rules

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 08:37
53c0dbf

Changelog

  • e992238 feat: add .editorconfig and .markdownlint-cli2.yaml for code style and linting
  • 998678c feat: add .remember/ to .gitignore
  • dc96167 feat: add ARCHITECTURE.md to document system architecture and design decisions
  • 53c0dbf feat: add tag-triggered release workflow and --version flag
  • 14427fd feat: initial commit