diff --git a/doc/ReleaseMixin.md b/doc/ReleaseMixin.md index 15e21c9..6b4bbb6 100644 --- a/doc/ReleaseMixin.md +++ b/doc/ReleaseMixin.md @@ -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 } ```