Skip to content

Commit f79745d

Browse files
committed
fix: remove changelog step
1 parent 525f72c commit f79745d

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

shared-scripts.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -142,17 +142,6 @@ function _publishToLocalRegistry {
142142
unsetNpmRegistryUrl
143143
# copy [verdaccio-cache] to s3
144144
storeCache $CODEBUILD_SRC_DIR/../verdaccio-cache verdaccio-cache
145-
146-
_generateChangeLog
147-
}
148-
149-
function _generateChangeLog {
150-
echo "Generate Change Log"
151-
git reset --hard HEAD
152-
yarn update-versions
153-
yarn ts-node scripts/unified-changelog.ts
154-
# copy [changelog] to s3
155-
storeCacheFile $CODEBUILD_SRC_DIR/UNIFIED_CHANGELOG.md UNIFIED_CHANGELOG.md
156145
}
157146

158147
function _installCLIFromLocalRegistry {

0 commit comments

Comments
 (0)