Skip to content
Snippets Groups Projects
Commit f9121ac9 authored by Markus Kaarto's avatar Markus Kaarto
Browse files

describe release process

parent 08da4387
No related branches found
No related tags found
No related merge requests found
......@@ -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`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment