Skip to content
Snippets Groups Projects
Commit 370ad3c2 authored by Ole Voldsæter's avatar Ole Voldsæter
Browse files

Update CONTRIBUTING.md

parent 493f467f
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ Contributing ...@@ -3,6 +3,7 @@ Contributing
Changes are published using GitLab CI/CD. When making a change: Changes are published using GitLab CI/CD. When making a change:
1. Test you changes locally by runniing `npm run install` (if necessary) and `npm run serve` 1. Test any changes to the frontend locally by runniing `npm run install` (if necessary) and `npm run serve`
2. Push changes to GitLab. When pipeline is finished, your changes will be visible on https://dev.ordbok.uib-no (check browser cache) 2. Push changes to GitLab. When pipeline is finished, your changes will be visible on https://dev.ordbok.uib-no (check browser cache)
3. To publish your changes to beta, add a tag to your commit that starts with `release`, e.g. `release_2021-01-01`. When the pipeline finishes, changes up to that commit will be visible on https://beta.ordbok.uib.no 3. To publish your changes to beta, add a tag to your commit that starts with `release`, e.g. `release_2021-01-01`. When the pipeline finishes, changes up to that commit will be visible on https://beta.ordbok.uib.no
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