Skip to content

Commit 371be50

Browse files
author
Matthias Koeppe
committed
src/bin/sage-update-version: Also commit
1 parent 7e65260 commit 371be50

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/bin/sage-update-version

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ EOF
104104
) > "$SAGE_ROOT/.upstream.d/20-github.com-sagemath-sage-releases"
105105
rm -f "$SAGE_ROOT/.upstream.d/20-github.com-sagemath-sage-releases.tmp"
106106

107-
exit
108-
109107
# Regenerate auto-generated files tarball
110108
"$SAGE_ROOT/bootstrap" -s
111109

@@ -125,6 +123,7 @@ git commit -m "Updated SageMath version to $SAGE_VERSION" -- \
125123
"$SAGE_ROOT/build/pkgs/configure/package-version.txt" \
126124
"$SAGE_ROOT/build/pkgs/*/install-requires.txt" \
127125
"$SAGE_ROOT"/pkgs/*/VERSION.txt \
126+
"$SAGE_ROOT/.upstream.d/20-github.com-sagemath-sage-releases" \
128127
|| die "Error committing to the repository."
129128

130129
git tag -a "$SAGE_VERSION" -m "$SAGE_VERSION_BANNER" \

0 commit comments

Comments
 (0)