-
Notifications
You must be signed in to change notification settings - Fork 137
PatternFly 3 version bumping
zallen edited this page Mar 31, 2020
·
1 revision
- check out tag (e.g., v2.10.0)
- in source/_config.yml, change the value of baseurl from '/' to tag value (e.g., '/2.10.0/')
- run
grunt build
- copy the resulting
source/_site/
folder to another location (like your desktop) and rename it to the corresponding tag value (e.g., 2.10.0) - check out master or create a dev branch based on master
- in source/_config.yml, set baseurl back to '/'
- copy renamed folder to
source/
- commit changes (should be the addition of the new folder and its contents)
Important: for this to work, all href and src attribute values contained within source/
must start with {{ site.baseurl }}.