@@ -52,3 +52,15 @@ If you don't want or cannot install node and other dependencies, you can run the
`docker-compose up`
Image can be rebuilt with `docker-compose build` if needed for example after a node package was added.
## Making a release
After review is passed for both the library and documentation, changes can be merged to development branch. Both the library and the VuePress documentation follows similar process.
NOTE: remeber to check that the documentation project has a correct library dependency (version number) before making the merge.
The release process:
1. Merge the development branch into master
2. Run `yarn version` and bump the version number. This automatically creates a git tag with the new version
3. Push your changes. Then remeber also to update the tags in the remote like this: `git push origin --tags`