1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-07-05 20:53:12 +00:00
foris-js/README.md

19 lines
559 B
Markdown
Raw Normal View History

2019-10-07 15:16:27 +00:00
# foris-js
2019-12-06 15:18:58 +00:00
Set of utils and common React elements for reForis.
2019-10-07 15:16:27 +00: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 08:24:10 +00:00
`foris@0.1.0-beta.d9073aa4`.
2019-10-07 15:16:27 +00: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