mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(build): make old version in nightly changelog show correctly
This commit is contained in:
@@ -28,7 +28,7 @@ function run {
|
||||
if [[ "$VERSION_NAME" == "nightly" ]]; then
|
||||
node_modules/.bin/gulp changelog --standalone \
|
||||
--html=true \
|
||||
--subtitle="(changes since $OLD_VERSION)" \
|
||||
--subtitle="(changes since $(git describe --tags --abbrev=0))" \
|
||||
--dest="$VERSION_DIR/CHANGELOG.html" \
|
||||
--from="$(git tag | grep $OLD_VERSION)"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user