Skip to content

Commit

Permalink
small updates to make_distrib.sh [ci skip]
Browse files Browse the repository at this point in the history
- remind to update credits
- update pandoc line
  • Loading branch information
KrisThielemans committed Jul 23, 2024
1 parent 9169ce8 commit 8c57bc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/maintenance/make_distribution.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ set -e
#fi


read -p "Did you update CMakeLists.txt, version numbers in \*tex files, documentation/history.htm, CITATION.cff? (press Ctrl-C if not)"
read -p "Did you update CMakeLists.txt, version numbers in \*tex files, documentation/history.htm, documentation/credits.htm, CITATION.cff? (press Ctrl-C if not)"

mkdir -p ${DISTRIB}
cd ${DISTRIB}
Expand Down Expand Up @@ -257,4 +257,4 @@ if [ $do_website_final_version = 0 ]; then
echo "if not beta, did you run with 'do_website_final_version=1'?"
fi
echo "create a GitHub release. To get release notes, use"
echo " pandoc -t markdown_github -o release_${VERSION%%.?}.md release_${VERSION%%.?}.htm"
echo " pandoc -t gfm -o release_${VERSION%%.?}.md STIR/documentation/release_${VERSION%%.?}.htm"

0 comments on commit 8c57bc9

Please sign in to comment.