aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-06-28 11:11:33 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-06-28 11:11:33 -0400
commit613b5f2fcd62ec94c1ef331cd3f15bc18f818150 (patch)
tree0380ff254552482311e138915d3349abde4d951c
parented1d3a099549ec4e82e506a172ee7e49977ac070 (diff)
downloadstasis-613b5f2fcd62ec94c1ef331cd3f15bc18f818150.tar.gz
Add automatic release note generation function call to release_notes.md.in
-rw-r--r--mission/hst/release_notes.md.in1
-rw-r--r--mission/jwst/release_notes.md.in1
-rw-r--r--mission/roman/release_notes.md.in1
3 files changed, 3 insertions, 0 deletions
diff --git a/mission/hst/release_notes.md.in b/mission/hst/release_notes.md.in
index 372b5c4..39b84a2 100644
--- a/mission/hst/release_notes.md.in
+++ b/mission/hst/release_notes.md.in
@@ -2,3 +2,4 @@
**{{meta.name}} {{meta.version}}**
+{{ func:get_github_release_notes_auto() }}
diff --git a/mission/jwst/release_notes.md.in b/mission/jwst/release_notes.md.in
index 372b5c4..39b84a2 100644
--- a/mission/jwst/release_notes.md.in
+++ b/mission/jwst/release_notes.md.in
@@ -2,3 +2,4 @@
**{{meta.name}} {{meta.version}}**
+{{ func:get_github_release_notes_auto() }}
diff --git a/mission/roman/release_notes.md.in b/mission/roman/release_notes.md.in
index 372b5c4..39b84a2 100644
--- a/mission/roman/release_notes.md.in
+++ b/mission/roman/release_notes.md.in
@@ -2,3 +2,4 @@
**{{meta.name}} {{meta.version}}**
+{{ func:get_github_release_notes_auto() }}