diff options
Diffstat (limited to 'mission')
-rw-r--r-- | mission/hst/hst.ini | 2 | ||||
-rw-r--r-- | mission/jwst/jwst.ini | 2 | ||||
-rw-r--r-- | mission/roman/roman.ini | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/mission/hst/hst.ini b/mission/hst/hst.ini index dad777c..de2720a 100644 --- a/mission/hst/hst.ini +++ b/mission/hst/hst.ini @@ -4,7 +4,7 @@ build_name_fmt = OMC :: %n-%v-%r+%c build_number_fmt = %v.%r+%c [template:readme.md.in] -destination = {{ storage.delivery_dir }}/README.md +destination = {{ storage.delivery_dir }}/README-{{ info.release_name }}.md [template:release_notes.md.in] destination = {{ storage.delivery_dir }}/release_notes.md diff --git a/mission/jwst/jwst.ini b/mission/jwst/jwst.ini index a59072d..269dd2e 100644 --- a/mission/jwst/jwst.ini +++ b/mission/jwst/jwst.ini @@ -5,7 +5,7 @@ build_name_fmt = OMC :: %n-%v-%r build_number_fmt = %v.%r [template:readme.md.in] -destination = {{ storage.delivery_dir }}/README.md +destination = {{ storage.delivery_dir }}/README-{{ info.release_name }}.md [template:release_notes.md.in] destination = {{ storage.delivery_dir }}/release_notes.md diff --git a/mission/roman/roman.ini b/mission/roman/roman.ini index a59072d..269dd2e 100644 --- a/mission/roman/roman.ini +++ b/mission/roman/roman.ini @@ -5,7 +5,7 @@ build_name_fmt = OMC :: %n-%v-%r build_number_fmt = %v.%r [template:readme.md.in] -destination = {{ storage.delivery_dir }}/README.md +destination = {{ storage.delivery_dir }}/README-{{ info.release_name }}.md [template:release_notes.md.in] destination = {{ storage.delivery_dir }}/release_notes.md |