Skip to content

Commit 66bbfc2

Browse files
committed
build: ensure a changelog is re-computed before performing a release
Local testing might have done a `mvn clean`, causing the file to disappear.
1 parent bc26537 commit 66bbfc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ changelog:
4949
# Perform a release
5050
perform-release:
5151
#!/usr/bin/env bash
52+
just changelog
5253
export PREVIOUS_VERSION=$(yq '.release.previous-version' .github/project.yml)
5354
export RELEASE_VERSION=$(yq '.release.current-version' .github/project.yml)
5455
export NEXT_VERSION=$(yq '.release.next-version' .github/project.yml)

0 commit comments

Comments
 (0)