diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-03-08 10:38:03 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-03-08 10:38:03 -0500 |
commit | aef7ce2db9d4f71b788d4bc7c52ec2b11186d07f (patch) | |
tree | 08f358e541b737146d664dcebebce72b4f40b363 /mission/jwst | |
parent | d9960fc90cb19bfd75cd37133775862ad945834b (diff) | |
download | stasis-aef7ce2db9d4f71b788d4bc7c52ec2b11186d07f.tar.gz |
Append the release name to README artifacts to prevent documentation clobbering.
* It may be the case that we'll have to break artifacts down into separate arch/OS directories if this turns out to be too ugly.
Diffstat (limited to 'mission/jwst')
-rw-r--r-- | mission/jwst/jwst.ini | 2 |
1 files changed, 1 insertions, 1 deletions
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 |