File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,35 @@ grunt ngdocs:view
54
54
55
55
After executing this tasks you'll be able to access the documentation at [ http://localhost:8000/ ] ( http://localhost:8000/ ) .
56
56
57
+ ## Releasing
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.
64
+
65
+ Update the version listed in ` bower.json ` by editing the file and changing the line:
66
+
67
+ ```
68
+ "version": "<new_version>"
69
+ ```
70
+
71
+ Update the version listed in ` package.json ` by editing the file and changing the line:
72
+
73
+ ```
74
+ "version": "<new_version>"
75
+ ```
76
+
77
+ Commit the version bump:
78
+
79
+ ```
80
+ git commit -m "Version bump to <new_version>"
81
+ ```
82
+
83
+ Publish a new set of release notes with ``` new version ``` as the tag version:
84
+ https://github.com/patternfly/angular-patternfly/releases/new
85
+
57
86
## Contributing
58
87
59
88
We're always interested in contributions from the community.
You can’t perform that action at this time.
0 commit comments