Skip to content

Releases: brpaz/draftsman

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 07 Sep 11:06
27db488

🐛 Bug Fixes

  • re-supply tag_name when updating a draft release (#5) by @brpaz (27db488)

📄 Documentation

  • rephrase workdir comment to state the invariant, not the history by @brpaz (6c892cd)

⚠️ Maintenance

Full Changelog: v0.2.2...v0.2.3


Release notes generated by draftsman.

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 29 Aug 10:29

🐛 Bug Fixes

  • don't delete the install workdir before the run step by @brpaz (d5fe306)

Full Changelog: v0.2.1...v0.2.2


Release notes generated by draftsman.

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 29 Aug 10:03

🐛 Bug Fixes

  • split publish into two sequential PATCH requests by @brpaz (97f1953)

📄 Documentation

Full Changelog: v0.2.0...v0.2.1


Release notes generated by draftsman.

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 29 Aug 09:51

🚀 Features

  • highlight breaking changes in the changelog by @brpaz (917f213)
  • add Full-Changelog compare link and opt-out attribution footer by @brpaz (1d7e8f7)

🐛 Bug Fixes

  • explicitly set tag_name when publishing a draft by @brpaz (695d75d)
  • match an existing draft by name, not just tag_name by @brpaz (d3ac131)

Full Changelog: v0.1.0...v0.2.0


Release notes generated by draftsman.

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 29 Aug 09:08

0.1.0

🚀 Features

🐛 Bug Fixes

  • use chore + skip-changelog on the vendorHash auto-fix commit by @brpaz (c727695)
  • pin trivy-action to valid release tag by @brpaz (e9a893d)

📄 Documentation

  • link README to the deployed GitHub Pages docs site by @brpaz (ce6642d)
  • center README badges, drop dead Go Report Card badge by @brpaz (ec249e5)
  • commit generated gomarkdoc package docs by @brpaz (855472e)

⚙️ CI

  • auto-fix stale flake.nix vendorHash on go.sum changes by @brpaz (afa25d4)

⚠️ Maintenance