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
8. Update the file `CHANGELOG-prerelease.md` and save
43
-
9. <spanstyle="text-decoration:underline;">Search</span> for release tag string in /docs/layout directory i.e. "prerelease.19" and update to release number \
42
+
8. Update the file `CHANGELOG-1.x.md` and save
43
+
9. <spanstyle="text-decoration:underline;">Search</span> for release tag string in /docs/layout directory i.e. "1.3.0" and update to release number \
44
44
45
45
<imgsrc="/version_storybook.png"width="450"/>
46
46
@@ -59,15 +59,15 @@ This script will do the following:
59
59
1. Create release branch
60
60
2. Create compiled assets and commit them
61
61
3. Uses [lerna](https://lerna.js.org) to guess at what the next release will be
62
-
1.**Choose "custom prerelease" (for now)**
62
+
1.**Choose appropriate version bump (minor, patch)**
63
63
2. It bumps the version numbers inside the package.json files in the components (currently all components are bumped, will fix)
64
64
4. Pushes the branch
65
65
5. Pushes independent tags for each component and pushes to NPM
66
66
6. Remove compiled assets
67
67
7. Returns you to the master branch
68
68
69
69
70
-
### V. Github Updates
70
+
### V. GitHub Updates
71
71
72
72
1. Create a PR
73
73
2. Get someone to review
@@ -95,7 +95,7 @@ This script will do the following:
95
95
```
96
96
Greetings!
97
97
98
-
There is a new release tag for PatternFly Elements, [v1.0.0-prerelease.36](https://github.com/patternfly/patternfly-elements/releases/tag/v1.0.0-prerelease.36), which includes
98
+
There is a new release tag for PatternFly Elements, [v1.3.2](https://github.com/patternfly/patternfly-elements/releases/tag/v1.3.2), which includes
99
99
100
100
101
101
@@ -122,11 +122,12 @@ To roll a new release, use the following steps:
122
122
1. Start in the root directory of the patternfly-elements project.
123
123
2. Check out the master branch and pull down the latest:
This will install not only the pfe-card and pfe-cta, but also the base element, "pfelement", and will save it to your package-lock.json. Depending on which browsers you support, you may also need to load the [custom-elements](https://github.com/webcomponents/polyfills/tree/master/packages/custom-elements) and webcomponentsjs [polyfills](https://www.webcomponents.org/polyfills).
Copy file name to clipboardExpand all lines: docs/content/theme/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Any other component making use of that same `ui-accent` value will inherit your
53
53
54
54
Each component comes equipped to adjust its colors depending on the context inside which it exists. For example, should you need to put a default CTA (which is blue) on a dark blue card, the CTA will need to adapt so that the text remain readable. The card component therefore needs to pass down a `context` to the CTA, which it does using the `on="dark"` attribute. This is programmatically applied by JavaScript that runs from the base class, `PFElement` (you don't have to do a thing!). To manually override a component's context, you can do this by setting the `context="dark"` attribute.
0 commit comments