Skip to content
Snippets Groups Projects
Commit d5751aa8 authored by Robert P. Goldman's avatar Robert P. Goldman
Browse files

Tentative fix to tag when bumping version.

parent ecff62c7
No related branches found
No related tags found
No related merge requests found
...@@ -70,6 +70,7 @@ install: archive ...@@ -70,6 +70,7 @@ install: archive
bump: bump-version bump: bump-version
git commit -a -m "Bump version to $$(eval a=$$(cat version.lisp-expr) ; echo $$a)" git commit -a -m "Bump version to $$(eval a=$$(cat version.lisp-expr) ; echo $$a)"
temp=$(cat version.lisp-expr); temp="${temp%\"}"; temp="${temp#\"}"; git tag $temp
bump-version: build/asdf.lisp bump-version: build/asdf.lisp
./bin/asdf-builder bump-version ${v} ./bin/asdf-builder bump-version ${v}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment