release scripts update by practice

This commit is contained in:
SANO Masatoshi 2022-12-24 22:30:29 +09:00
parent 209a51377e
commit 6bb93dd033
2 changed files with 3 additions and 3 deletions

View file

@ -107,7 +107,7 @@ dist_roslisppatch_DATA = patch/sbcl-1.3.11.patch patch/sbcl-posix-tests.patch
release-prepare:
ros scripts/release.ros prepare
release-commit:
ros scripts/release.ros release
ros scripts/release.ros release-commit
release-push:
ros scripts/release.ros release-push
release-changelog:

View file

@ -119,7 +119,7 @@ exec ros -Q -L sbcl-bin -- $0 "$@"
`("To release"
"1. Review changes and complete ChangeLog"
"2. Type"
"make release")))
"make release-commit")))
(defun prepare (argv)
(declare (ignore argv))
@ -139,7 +139,7 @@ exec ros -Q -L sbcl-bin -- $0 "$@"
(edit-roswell-asd)
(show-how-to-release))
(defun release (argv)
(defun release-commit (argv)
(declare (ignore argv))
(!"git checkout master")
(!"git add ChangeLog configure.ac roswell.asd")