From bdca4f224f6fdc87cc110a4dcb51d4bd33a342b5 Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Thu, 17 Aug 2023 18:28:17 +0200 Subject: [PATCH] add new function to doc --- doc/ReleaseMixin.md | 1 + 1 file changed, 1 insertion(+) 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 } ```