Skip to content

Commit

Permalink
Minor annotation to the code
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbn committed Jun 6, 2024
1 parent 303ac23 commit 681762f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build.pl
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
say 'git push --tags';
system 'git push --tags';

# The tagging of the version number is a part of the release process, so not need
# to tag create this tag separately
# The tagging of the version number is a part of the release process, so not need
# to create this tag separately
say 'Creating release on GitHub with auto generated release notes and discussion';
system "gh release create $version --discussion-category 'General' --generate-notes";

Expand Down

0 comments on commit 681762f

Please sign in to comment.