Skip to content

Commit

Permalink
embedd review
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski committed Nov 26, 2024
1 parent 2787f49 commit 4f656f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/minor-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ if [ "$#" -lt 1 ]; then
exit 1
fi

# The first argument is the GitHub repo identifier
GITHUB_REPO="aiidateam/aiida-core"

# Create an array to store commit summaries
Expand All @@ -46,6 +45,7 @@ for commit in "$@"; do
echo "Failed to cherry-pick commit $commit"
# Abort the cherry-pick in case of conflict
git cherry-pick --abort
exit 1
fi
done

Expand Down

0 comments on commit 4f656f5

Please sign in to comment.