Skip to content

Commit 6665ded

Browse files
Merge pull request #110 from erundle/release
Adding release notes
2 parents bd47189 + a231d88 commit 6665ded

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,35 @@ grunt ngdocs:view
5454

5555
After executing this tasks you'll be able to access the documentation at [http://localhost:8000/](http://localhost:8000/).
5656

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+
5786
## Contributing
5887

5988
We're always interested in contributions from the community.

0 commit comments

Comments
 (0)