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
Maciej Lenartowicz 8f88b09e66 Merge branch 'dev' into 'master'
Release 1.1.0

See merge request turris/reforis/foris-js!24
2019-10-22 08:24:10 +00:00
docs Release 0.1.0 2019-10-07 15:16:27 +00:00
scripts Release 1.1.0 2019-10-22 08:24:10 +00:00
src Release 1.1.0 2019-10-22 08:24:10 +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 Release 0.1.0 2019-10-07 15:16:27 +00:00
.gitlab-ci.yml Release 0.1.0 2019-10-07 15:16:27 +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 Release 0.1.0 2019-10-07 15:16:27 +00:00
Makefile Release 0.1.0 2019-10-07 15:16:27 +00:00
package-lock.json Release 1.1.0 2019-10-22 08:24:10 +00:00
package.json Release 1.1.0 2019-10-22 08:24:10 +00:00
README.md Release 1.1.0 2019-10-22 08:24:10 +00:00
styleguide.config.js Release 0.1.0 2019-10-07 15:16:27 +00: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