Source code for brassy.templates.release_yaml_template

-import pathlib
+from brassy.utils.settings_manager import get_settings
+import pathlib
 from typing import List, Optional, Dict, Union
 from datetime import date as Date
 
@@ -75,7 +76,8 @@ 

Source code for brassy.templates.release_yaml_template

[docs] class RelatedInternalIssue(BaseModel): - string: Optional[str] = Field(pattern=r"[A-Za-z]+#\d+ - .+", default=None)
+ internal: Optional[str] = Field( + pattern=r"[A-Za-z]+#\d+ - .+", default=None)
@@ -161,8 +163,6 @@

Source code for brassy.templates.release_yaml_template

from brassy.utils.settings_manager import get_settings - Settings = get_settings("brassy") # List of categories stored in a variable @@ -225,7 +225,7 @@

Related Topics

©. | - Powered by Sphinx 8.0.2 + Powered by Sphinx 8.1.3 & Alabaster 1.0.0
diff --git a/docs/_modules/brassy/templates/settings_template.html b/docs/_modules/brassy/templates/settings_template.html index bfb2a93..1e97864 100644 --- a/docs/_modules/brassy/templates/settings_template.html +++ b/docs/_modules/brassy/templates/settings_template.html @@ -6,10 +6,10 @@ brassy.templates.settings_template — brassy 0.0.3 documentation - + - + @@ -196,7 +196,7 @@

Related Topics

©. | - Powered by Sphinx 8.0.2 + Powered by Sphinx 8.1.3 & Alabaster 1.0.0