Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 12aae1d

Browse files
chore(build): do not change version in CHANGELOG.md
1 parent 4cf50ca commit 12aae1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/deploy/publish-build-artifacts.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ publishPackage() {
5858

5959
# Copy the npm README.md to the flex-layout-builds dir...
6060
cp -f "scripts/release/README.md" ${repoDir}
61-
cp -f "./CHANGELOG.md" ${repoDir}
6261

6362
# Create the build commit and push the changes to the repository.
6463
cd ${repoDir}
@@ -68,6 +67,8 @@ publishPackage() {
6867
# placeholder, but the version placeholders have been replaced by the release task already.
6968
sed -i "s/${buildVersion}/${buildVersion}-${commitSha}/g" $(find . -type f)
7069

70+
cp -f "../CHANGELOG.md" ./
71+
7172
# Prepare Git for pushing the artifacts to the repository.
7273
git config user.name "${commitAuthorName}"
7374
git config user.email "${commitAuthorEmail}"

0 commit comments

Comments
 (0)