pdap-design-system 2.5.1 → 2.5.2-beta.1
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -3,7 +3,7 @@ _A `Vue` component library, styling system, and image asset repository for PDAP-
|
|
3
3
|
|
4
4
|
[![Current npm release](https://img.shields.io/npm/v/pdap-design-system?style=for-the-badge)](https://www.npmjs.com/package/pdap-design-system)
|
5
5
|
![Build status](https://img.shields.io/github/actions/workflow/status/Police-Data-Accessibility-Project/design-system/build.yaml?branch=main&style=for-the-badge)
|
6
|
-
![Coverage Badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/joshuagraber/f3a173e87a763056b73438f503680993/raw/
|
6
|
+
![Coverage Badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/joshuagraber/f3a173e87a763056b73438f503680993/raw/ff7d81845d17020e8a2bc01481d3cda512a15698/pdap-design-system__heads_main.json)
|
7
7
|
![License](https://img.shields.io/github/license/Police-Data-Accessibility-Project/design-system.svg?style=for-the-badge&color=green)
|
8
8
|
|
9
9
|
|
@@ -148,3 +148,7 @@ Use this [terminology](https://docs.pdap.io/activities/terms-and-definitions).
|
|
148
148
|
|
149
149
|
|
150
150
|
_n.b. There are some other scripts defined in the `package.json` `"scripts"` field, but they are mostly for CI or cleanup post-build, etc. You shouldn't need them._
|
151
|
+
|
152
|
+
## Releasing
|
153
|
+
Incremental updates can be added to `main` directly via a PR.
|
154
|
+
For more significant updates, the `beta` branch can be used for releasing incremental beta releases to test the bigger feature without releasing to production.
|