diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2025-02-14 11:13:59 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-02-14 11:19:16 -0500 |
commit | 80fbcb4e99f2e5ff79b6559b8b17c2c5d2554cc2 (patch) | |
tree | e3422ba88ddc764250fd73d0f76cb56932a7e962 | |
parent | 014eb7d96a55067aec4c6b81cf50072f90df5b5f (diff) | |
download | stasis-80fbcb4e99f2e5ff79b6559b8b17c2c5d2554cc2.tar.gz |
roman mission: enable codename by default
-rw-r--r-- | mission/roman/roman.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mission/roman/roman.ini b/mission/roman/roman.ini index ebfdcdd..8d928a3 100644 --- a/mission/roman/roman.ini +++ b/mission/roman/roman.ini @@ -1,8 +1,8 @@ [meta] #release_fmt = {{ meta.name }}-{{ meta.version }}-py{{ meta.python_compact }}-{{ system.platform }}-{{ system.arch }}-{{ meta.revision }} -release_fmt = %n-%v-%r-py%p-%o-%a -build_name_fmt = %n-%v -build_number_fmt = %v.%r +release_fmt = %n-%v-%r+%c-py%p-%o-%a +build_name_fmt = %n-%v+%c +build_number_fmt = %v.%r+%c [template:readme.md.in] destination = {{ storage.delivery_dir }}/README-{{ info.release_name }}.md |