Skip to content

Commit

Permalink
Log output
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Sep 15, 2024
1 parent c95bd8f commit 9e0e00e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ def self.create_tag_and_github_release(is_prerelease, github_token)
begin
client = Octokit::Client.new(access_token: github_token)
latest_public_release = client.latest_release(@constants[:repo_name])
UI.message("Latest public release: #{latest_public_release.tag_name}")
UI.message("Generating release notes for GitHub release for tag: #{tag}")

# Octokit doesn't provide the API to generate release notes for a specific tag
# So we need to use the GitHub API directly
Expand Down

0 comments on commit 9e0e00e

Please sign in to comment.