diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2025-02-14 11:35:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-14 11:35:55 -0500 |
commit | bfad582dafe3cd9f2b66e44fc094ddef49c33c23 (patch) | |
tree | e3422ba88ddc764250fd73d0f76cb56932a7e962 | |
parent | 014eb7d96a55067aec4c6b81cf50072f90df5b5f (diff) | |
parent | 80fbcb4e99f2e5ff79b6559b8b17c2c5d2554cc2 (diff) | |
download | stasis-bfad582dafe3cd9f2b66e44fc094ddef49c33c23.tar.gz |
Merge pull request #93 from spacetelescope/mission-roman-codenames
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 |