diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-02-06 10:50:06 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-02-06 10:50:06 -0500 |
commit | a0ada9550277033d60c0730b1124d209409dc6b3 (patch) | |
tree | 653d226117e29c13e338b0516864ec2a1bf7dc46 /mission/jwst | |
parent | d69fbd8d26929678c697fd6794a8f6fbc17c8234 (diff) | |
download | stasis-a0ada9550277033d60c0730b1124d209409dc6b3.tar.gz |
Set release naming convention by mission rule (yay)
Diffstat (limited to 'mission/jwst')
-rw-r--r-- | mission/jwst/jwst.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mission/jwst/jwst.ini b/mission/jwst/jwst.ini index f400f73..594d448 100644 --- a/mission/jwst/jwst.ini +++ b/mission/jwst/jwst.ini @@ -1,3 +1,7 @@ +[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 + [template:readme.md.in] destination = README.md |