Skip to content
Snippets Groups Projects

Fixed typo in the code. It's patch, not path AND allow release with with empty tag comments

Merged Tiago de Freitas Pereira requested to merge fixes into master
1 unresolved thread

They are small fixes @andre.anjos

Merge request reports

Pipeline #31525 passed

Pipeline passed for 4b67ff53 on fixes

Merged by André AnjosAndré Anjos 5 years ago (Jun 28, 2019 1:35pm UTC)

Loading

Pipeline #31534 passed

Pipeline passed for 469b4e0f on master

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • added 1 commit

    • 07707cdf - Fixed typo in the code. It's patch, not path AND allow release with with empty tag comments

    Compare with previous version

  • Tiago de Freitas Pereira resolved all discussions

    resolved all discussions

  • 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:
  • added 1 commit

    • 4b67ff53 - Fixed typo in the code. It's patch, not path AND allow release with with empty tag comments

    Compare with previous version

  • merged

  • André Anjos mentioned in commit 469b4e0f

    mentioned in commit 469b4e0f

  • Please register or sign in to reply
    Loading