Fixed typo in the code. It's patch, not path AND allow release with with empty tag comments
1 unresolved thread
1 unresolved thread
They are small fixes @andre.anjos
Merge request reports
Activity
- Resolved by Tiago de Freitas Pereira
added 1 commit
- 07707cdf - Fixed typo in the code. It's patch, not path AND allow release with with empty tag comments
482 482 if not dry_run: 483 483 tag = gitpkg.tags.create({'tag_name': tag_name, 'ref': 'master'}) 484 484 # update tag with comments 485 tag.set_release_description(tag_comments) 485 if tag_comments is not None: changed this line in version 3 of the diff
added 1 commit
- 4b67ff53 - Fixed typo in the code. It's patch, not path AND allow release with with empty tag comments
mentioned in commit 469b4e0f
Please register or sign in to reply