feat: update workflow documentation and add release process steps

This commit is contained in:
Jacek
2026-03-10 23:33:52 +01:00
parent 3e073d2719
commit f268e3b5d4
6 changed files with 100 additions and 22 deletions

View File

@@ -127,3 +127,8 @@ language_backend:
# list of regex patterns which, when matched, mark a memory entry as readonly.
# Extends the list from the global configuration, merging the two lists.
read_only_memory_patterns: []
# line ending convention to use when writing source files.
# Possible values: unset (use global setting), "lf", "crlf", or "native" (platform default)
# This does not affect Serena's own files (e.g. memories and configuration files), which always use native line endings.
line_ending: