Skip to content

Commit

Permalink
Use verify-release mode in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Mar 8, 2024
1 parent 3ae4b61 commit 9d8e057
Showing 1 changed file with 1 addition and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,23 +95,7 @@ jobs:
- name: Verify release preconditions
id: verify-release
run: |
#mvn --batch-mode com.exasol:project-keeper-maven-plugin:verify-release --projects .
echo "version=1.2.3" >> "$GITHUB_OUTPUT"
echo "release-title=1.2.3: My first automatic release" >> "$GITHUB_OUTPUT"
echo "release-notes<<EOF" >> "$GITHUB_OUTPUT"
echo "Release notes line 1" >> "$GITHUB_OUTPUT"
echo "Release notes line 2" >> "$GITHUB_OUTPUT"
echo "Release notes line 3" >> "$GITHUB_OUTPUT"
echo "EOF" >> "$GITHUB_OUTPUT"
echo "release-artifacts<<EOF" >> "$GITHUB_OUTPUT"
echo "target/dummy-jar-name.jar" >> "$GITHUB_OUTPUT"
echo "target/testing-release-robot-0.3.3-sources.jar" >> "$GITHUB_OUTPUT"
echo "doc/changes/changes_0.3.3.md" >> "$GITHUB_OUTPUT"
echo "target/testing-release-robot-0.3.3-javadoc.jar" >> "$GITHUB_OUTPUT"
echo "EOF" >> "$GITHUB_OUTPUT"
mvn --batch-mode com.exasol:project-keeper-maven-plugin:verify-release --projects .
echo "$GITHUB_OUTPUT"
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 9d8e057

Please sign in to comment.