Skip to content

Commit f754d55

Browse files
authored
feat: Add release docs (#44)
1 parent 768fab7 commit f754d55

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,11 @@ If you want to override the component's main container, you'll need to pass the
169169
className="custom-container-styles"
170170
```
171171

172-
Let's say you want to put a maximum size of 400px on the whole component. Simply define your CSS class anywhere like this:
172+
Let's say you want to put a maximum size of 500px on the whole component. Simply define your CSS class anywhere like this:
173173

174174
```css
175175
.custom-container { /* class name can be anything you want */
176-
max-width: 400px;
176+
max-width: 500px;
177177
}
178178
```
179179

@@ -194,3 +194,7 @@ In your testing environments, pass your special staging `accessToken`, and overr
194194
# Development Guide
195195

196196
Development guide is [here](./docs/DEVELOPMENT_GUIDE.md).
197+
198+
# Releasing a new version
199+
200+
This repository follows the principles of [semantic-release](https://github.com/semantic-release/semantic-release). All PRs must be squashed and followed up with the correct prefixes!

0 commit comments

Comments
 (0)