2019-10-07 17:16:27 +02:00
|
|
|
# foris-js
|
2019-12-06 16:18:58 +01:00
|
|
|
Set of utils and common React elements for reForis.
|
2019-10-07 17:16:27 +02:00
|
|
|
|
|
|
|
## Publishing package
|
|
|
|
|
|
|
|
### Beta versions
|
|
|
|
|
|
|
|
Each commit to `dev` branch will result in publishing a new version of library
|
|
|
|
tagged `beta`. Versions names are based on commit SHA, e.g.
|
2019-10-22 10:24:10 +02:00
|
|
|
`foris@0.1.0-beta.d9073aa4`.
|
2019-10-07 17:16:27 +02:00
|
|
|
|
|
|
|
### Preparing a release
|
|
|
|
|
|
|
|
1. Crete a merge request to `dev` branch with version bumped
|
|
|
|
2. When merging add `[skip ci]` to commit message to prevent publishing
|
|
|
|
unnecessary version
|
|
|
|
3. Create a merge request from `dev` to `master` branch
|
|
|
|
4. New version should be published automatically
|