1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-07-02 20:30:27 +00:00
Foris JS library is a set of components and utils for reForis and plugins.
Go to file
2019-10-15 10:10:33 +02:00
docs Core review docs fixes. 2019-09-30 11:26:06 +02:00
scripts Added quotes to shell variables 2019-10-15 10:10:33 +02:00
src Download button 2019-10-11 14:11:14 +00:00
translations Add Makefile with translations compilation. 2019-08-29 10:54:47 +02:00
.eslintignore Extract the library from reforis. 2019-08-21 17:04:26 +02:00
.eslintrc.js Removed mockWS 2019-08-29 11:46:13 +02:00
.gitignore Add styleguidist docs. 2019-09-25 16:14:29 +02:00
.gitlab-ci.yml Resolve "Automatic NPM publish." 2019-10-07 14:43:57 +00:00
babel.cfg Add translations. 2019-08-29 10:54:47 +02:00
babel.config.js Add module resolver plugin. 2019-08-29 10:54:47 +02:00
jest.config.js Move css to the library. 2019-09-26 16:10:52 +02:00
Makefile Resolve "Automatic NPM publish." 2019-10-07 14:43:57 +00:00
package-lock.json Client configuration 2019-10-10 15:25:00 +00:00
package.json Client configuration 2019-10-10 15:25:00 +00:00
README.md Changed beta versioning procedure 2019-10-11 10:15:53 +02:00
styleguide.config.js Download docs css via NPM. 2019-09-30 11:27:13 +02:00

foris-js

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. foris@0.1.0-beta.d9073aa4.

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