We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525f72c commit f79745dCopy full SHA for f79745d
shared-scripts.sh
@@ -142,17 +142,6 @@ function _publishToLocalRegistry {
142
unsetNpmRegistryUrl
143
# copy [verdaccio-cache] to s3
144
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
156
}
157
158
function _installCLIFromLocalRegistry {
0 commit comments