@openfin/ui-library 0.14.1-alpha.1680270978 → 0.14.1-alpha.1680287202
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -116,6 +116,8 @@ Also keep in mind, UI Library is a home of centralized common components, **used
|
|
|
116
116
|
|
|
117
117
|
Meaning: While there are no hard rules about what belongs in _our_ library, if a change is too opinionated or too specialized, it may make sense to leave it out. **A library that does less, is a lot easier to know and work with**.
|
|
118
118
|
|
|
119
|
+
**Please be sure to update the package version before submitting your pull request.** If you are unsure what the new verison should be, please refer to [Semantic Versioning](https://semver.org/).
|
|
120
|
+
|
|
119
121
|
### Storybook
|
|
120
122
|
|
|
121
123
|
Great for exploring and experimenting with UI Library components. It's also used for [testing our components](https://storybook.js.org/docs/react/workflows/unit-testing).
|
|
@@ -201,6 +203,6 @@ Once you have created the release branch, you should now create a release throug
|
|
|
201
203
|
- Create a new tag, labelled `<new-version-number>`. (for example `0.14.3`)
|
|
202
204
|
- Change the target branch to the release branch you just created.
|
|
203
205
|
- Enter the release title to match the tag you just created. (for example `0.14.3`)
|
|
204
|
-
- In the description, enter the changelog from the previous tag. (for example if previous tag is `0.13.0` then `0.13.0...0.14.3`) (Don't worry, you can always go back and edit the description later.)
|
|
206
|
+
- In the description, enter the changelog from the previous tag. (for example if previous tag is `0.13.0` then your description should be "Change log: `https://github.com/openfin/ui-library/compare/0.13.0...0.14.3`") (Don't worry, you can always go back and edit the description later.)
|
|
205
207
|
|
|
206
208
|
This triggers a Github Action to automatically build the latest version of the `ui-library` and package it for remote installation. You can check the status of this task within this repo's actions tab.
|
package/package.json
CHANGED