You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,18 +56,20 @@ After executing this tasks you'll be able to access the documentation at [http:/
56
56
57
57
## Releasing
58
58
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.
64
60
65
61
Update the version listed in `bower.json` by editing the file and changing the line:
66
62
67
63
```
68
64
"version": "<new_version>"
69
65
```
70
66
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
+
71
73
Update the version listed in `package.json` by editing the file and changing the line:
0 commit comments