Skip to content

Commit fb7b6ea

Browse files
authored
Create empty Changelog when bumping minor version (#5285)
1 parent 6f22c75 commit fb7b6ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/minor-version-bump

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ mvn versions:set -DnewVersion=$NEXT_VERSION_SNAPSHOT -DgenerateBackupPoms=false
1010
mkdir -p .changes/$PREVIOUS_MINOR_VERSION.x
1111
mv .changes/*.json .changes/$PREVIOUS_MINOR_VERSION.x/
1212
mv CHANGELOG.md changelogs/$PREVIOUS_MINOR_VERSION.x-CHANGELOG.md
13+
echo " #### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._" > CHANGELOG.md
1314

1415
echo "Version bumped to $NEXT_VERSION_SNAPSHOT"

0 commit comments

Comments
 (0)