Skip to content
Compare
Choose a tag to compare
@fallion fallion released this 21 Oct 20:49
· 169 commits to master since this release

Features πŸš€

  • 2bbe808 warn when no service has been selected
  • a49f49e don't release if a release already exists
  • 80df430 add ReleaseNotes field to Release
  • e0a61f2 add method logging
  • 38ca26f improve errors from responses
  • ae77ab8 check existing release
  • 57622dd add Gitlab release service
  • 1c50ee6 add Commit hashes to release notes
  • bba3f5a pass commit hash to release note generator
  • 6c85e34 Add Github action file
  • 3ab886d set default Dockerfile command to publish

Bug fixes πŸ›

  • 21c93aa improved tracking for repositories with detached tags
  • 5b51fab add all commits if previous tag is not available
  • 9095d00 don't crash when prvious tag is not available
  • 58119e3 publish would prevent compilation
  • ca9f2d4 publish and latest_release would return useless errors
  • 2e298a9 publisher would crash on 201 code
  • 92d1452 use existing release information to adjust method
  • ddd95c6 call ExistingRelease instead of LatestRelease
  • 0aafc95 existing release was not changing method correctly
  • 5bdc7aa use tags instead of releases api
  • 3f301dd typo in variable name
  • 37ea609 add missing project id variable
  • abc40aa fix was not added to bug category

Chores and Improvements πŸ”§

  • 950c3a4 update git to v1.2.1
  • 27ec4cb pin Docker versions
  • 4a0c970 return to Drone
  • 1bc66c5 update module commitsar-app/git to v1.1.0
  • c1e13e5 update commitsar/commitsar docker tag to v0.8.0
  • 0dd55ac Use docker image
  • abbc7be update module commitsar-app/git to v1
  • 08c6340 update golang docker tag to v1.13.3
  • 41f7077 replace Commitsar history package with the Git one
  • a524934 update golang docker tag to v1.13.1
  • 46714c1 use POST instead of PUT
  • ef75d32 update module commitsar-app/commitsar to v0.7.0
  • e53df8c update commitsar/commitsar docker tag to v0.7.0
  • e969a10 upgrade commitsar
  • 49d2c67 skip changelog in goreleaser
  • 0c99738 pass Commit object in split_section and release_notes
  • f31c966 update module commitsar-app/commitsar to v0.6.6
  • caf2999 update commitsar/commitsar docker tag to v0.6.6
  • 290c38f update module spf13/viper to v1.4.0

Other πŸ“¦