diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5ad089f..e772999 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -53,6 +53,17 @@ npm run lint:fix Typedoc is used for generating typescript documentation based on the code. That part is automated and beign done as a part of CI job. +# Release +Release is automated as a part of CI job. Workflow file: `.gitea/workflows/release.yaml`. +It will run automatically when branch merged to the `main` branch. +IMPORTANT! +If release job fails, after it has been created empty release and a tag, we must not re-run the relase job until we removed the newly create GIT TAG and RELEASE. +To remove the git tag run: +``` +git push -d origin vX.X.X +``` +To remove the release, you need to do it with repo administration over at [https://git.datacontroller.io/dc/dc](https://git.datacontroller.io/dc/dc) + # Troubleshooting ## Makedata service "could not create directory" error