Release notary now supports publishing to Gitlab. π
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
Bug fixes π
- 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
Chores and Improvements π§
- 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
Other π¦
- bac0896 improve documentation