mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 09:50:09 +00:00
some tooling...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
7327ffa19a
commit
9b8f0ec4c6
@ -561,6 +561,14 @@ run: electron-run
|
||||
install: dev
|
||||
|
||||
|
||||
# XXX STUB: move the builds to specific release tags...
|
||||
.PHONY: latest-tag
|
||||
latest-tag: ## Move release-latest tag to HEAD
|
||||
git push origin :refs/tags/release-latest
|
||||
git tag -fam "TEST" release-latest
|
||||
git push origin --tags
|
||||
|
||||
|
||||
### Cleanup...
|
||||
|
||||
.PHONY: clean
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user