Skip to content

Commit

Permalink
feat: ✨ Remove setting constant hash
Browse files Browse the repository at this point in the history
  • Loading branch information
P3pp3rF1y committed Sep 16, 2024
1 parent ac95a6d commit 3232e73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ task generateChangelog {

// Get the latest commit hash
def latestCommitHash = "git rev-parse HEAD".execute().text.trim()
latestCommitHash = "74767721e81ab22544c74954e36dfb7cfac98360" //TODO remove test hash

// Check if the latest commit is a merge commit
def parentCommits = "git rev-list --parents -n 1 ${latestCommitHash}".execute().text.split()
Expand Down

0 comments on commit 3232e73

Please sign in to comment.