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

Commit 4cf50ca

Browse files
chore(builds): copy CHANGELOG to flex-layout-builds
1 parent 03a9706 commit 4cf50ca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scripts/deploy/publish-build-artifacts.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ 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}
6162

6263
# Create the build commit and push the changes to the repository.
6364
cd ${repoDir}

scripts/release/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![npm version](https://badge.fury.io/js/%40angular%2Fflex-layout.svg)](https://www.npmjs.com/package/%40angular%2Fflex-layout)
44
[![Build Status](https://travis-ci.org/angular/flex-layout.svg?branch=master)](https://travis-ci.org/angular/flex-layout)
5-
[![Gitter](https://badges.gitter.im/angular/flex-layout.svg)](https://gitter.im/angular/flex-layout))
5+
[![Gitter](https://badges.gitter.im/angular/flex-layout.svg)](https://gitter.im/angular/flex-layout)
66

77
Angular Flex Layout provides a sophisticated layout API using FlexBox CSS + mediaQuery.
88
This module provides Angular (v4.x and higher) developers with component layout features using a

0 commit comments

Comments
 (0)