mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
release scripts update by practice
This commit is contained in:
parent
209a51377e
commit
6bb93dd033
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue