Skip to content

Releases: dominique-mueller/automatic-release

1.1.1

24 Mar 16:34
Compare
Choose a tag to compare

Bug Fixes

  • changelog: Fix commit group order (#88) (425fdf2)
  • changelog: Ignore chore & build & ci commits (#87) (dc1360c), closes #85

1.1.0

24 Mar 16:34
Compare
Choose a tag to compare

Features

  • bin: Add binary execution file (#27) (c26c8e3)
  • collect-information: Add information validation & correction (#20) (3ba67fb)
  • error-handling: Add proper error handling (#23) (a74b41e)
  • logging: Add detailed logger (#26) (4b7076a)

Bug Fixes

  • version: Fix first version releases (#21) (db41a40)

Documentation

  • README: Update README, update screenshot (#51) (a32fd4d)

Refactoring

  • Rewrite library in TypeScript (#19) (378f98f)
  • Simplify async-await, remove correction, refactor tests (#39) (ecd194d)
  • information: Refactor information step test (#33) (528ed66)

Tests

  • Add first end-to-end test (#37) (8732a66)
  • Force GitHub contribution recounting after test execution (#44) (fc62e9f)
  • Refactor test utilities and shared test logic (#38) (91f95dd)
  • e2e: Extend e2e test to cover second release (#41) (b8e55b2)
  • errors: Add test cases for error handling (#43) (05b3f87)
  • information: Add collect information unit tests (#31) (e7ae2e4)
  • package-json, information: Add package-json tests, extend information tests (#34) (5a07211)

1.0.5

24 Mar 16:34
Compare
Choose a tag to compare

Bug Fixes

  • github-release: Fix error occuring while removing old github releases before creating new github releases (#13) (28efaf7)

1.0.4

24 Mar 16:34
Compare
Choose a tag to compare

Bug Fixes

  • github-release: Clean all releases, then create all releases from scratch (#11) (12448ae)

1.0.3

24 Mar 16:34
Compare
Choose a tag to compare

Bug Fixes

  • changelog: Update changelog content & design (#10) (9d59a87)
  • github-release: Fix github releaser to always create all releases (fae31c3)

1.0.2

24 Mar 16:34
Compare
Choose a tag to compare

Bug Fixes

  • changelog: Fix changelog layout (05124b7)

1.0.1

24 Mar 16:34
Compare
Choose a tag to compare

Bug Fixes

  • error: Fix error handling, add empty CHANGELOG file (886066f)
  • error: Fix error messages, add exit code (81ce235)
  • prepare: Fix broken preparing phase, refactor error handling (452f19b)

Documentation

  • readme: Update documentation (6c13de5)

1.0.0

24 Mar 16:34
Compare
Choose a tag to compare

Features