add new function to doc

This commit is contained in:
Michael Jerger 2023-08-17 18:28:17 +02:00
parent 331c57a952
commit bdca4f224f

View file

@ -18,6 +18,7 @@ classDiagram
prepare_release() - adjust all build files to carry the correct version & commit locally
tag_and_push_release() - tag the git repo and push changes to origin
update_release_type (release_type) - change the release type during run time
publish_artifacts() - publish release & artifacts to forgejo/gitea
}
```