Skip to content

Commit 974747d

Browse files
committed
Merge pull request #111 from erundle/release
Updating readme to include updating patternfly dependency version
2 parents 6665ded + 06763fe commit 974747d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,20 @@ After executing this tasks you'll be able to access the documentation at [http:/
5656

5757
## Releasing
5858

59-
Angular PatternFly is released through Bower
60-
61-
### Bower
62-
63-
To release a new version version of Angular PatternFly, edit `bower.json` and `package.json` accordingly.
59+
Angular PatternFly is released through Bower. To release a new version version of Angular PatternFly, edit `bower.json` and `package.json` accordingly.
6460

6561
Update the version listed in `bower.json` by editing the file and changing the line:
6662

6763
```
6864
"version": "<new_version>"
6965
```
7066

67+
Update the patternfly reference version listed in `bower.json` by editing the file and changing the line below. Angular patternfly has a dependency on the patternfly reference implementation so the major and minor version numbers of the two project should be the same:
68+
```
69+
"patternfly": "<new_version>"
70+
```
71+
72+
7173
Update the version listed in `package.json` by editing the file and changing the line:
7274

7375
```

0 commit comments

Comments
 (0)