Skip to content

Commit

Permalink
Create empty Changelog when bumping minor version (aws#5285)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidh44 authored Jun 11, 2024
1 parent 6f22c75 commit fb7b6ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/minor-version-bump
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ mvn versions:set -DnewVersion=$NEXT_VERSION_SNAPSHOT -DgenerateBackupPoms=false
mkdir -p .changes/$PREVIOUS_MINOR_VERSION.x
mv .changes/*.json .changes/$PREVIOUS_MINOR_VERSION.x/
mv CHANGELOG.md changelogs/$PREVIOUS_MINOR_VERSION.x-CHANGELOG.md
echo " #### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._" > CHANGELOG.md

echo "Version bumped to $NEXT_VERSION_SNAPSHOT"

0 comments on commit fb7b6ea

Please sign in to comment.