Skip to content

Commit

Permalink
ci: skip maven-release-plugin generated commit messages by release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Dec 4, 2024
1 parent 8c71927 commit 289e9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ AI Generated Release Notes:
- curl -L -o chatgpt https://github.com/kardolus/chatgpt-cli/releases/latest/download/chatgpt-linux-amd64 && chmod +x chatgpt
- LAST_TAG=$(.ci/get-git-version.sh $CI_COMMIT_TAG)
- |-
git log $LAST_TAG..$CI_COMMIT_TAG | \
git log --grep=maven-release-plugin --invert-grep $LAST_TAG..$CI_COMMIT_TAG | \
OPENAI_API_KEY=$LLM_API_KEY \
OPENAI_URL=$LLM_API_ENDPOINT \
OPENAI_MODEL=$LLM_MODEL \
Expand Down

0 comments on commit 289e9f1

Please sign in to comment.