noot
This commit is contained in:
parent
97f8909001
commit
fddc3fbceb
@ -11,7 +11,7 @@
|
|||||||
],
|
],
|
||||||
[
|
[
|
||||||
"@semantic-release/git", {
|
"@semantic-release/git", {
|
||||||
"assets": ["dist/repotool", "repotool.plugin.zsh", "repotool.zsh"],
|
"assets": ["dist/repotool", "shell/zsh/repotool.plugin.zsh", "shell/zsh/repotool.zsh"],
|
||||||
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
|
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
2
Makefile
2
Makefile
@ -11,7 +11,7 @@ install: dist/repotool shell/zsh/repotool.zsh shell/zsh/repotool.plugin.zsh
|
|||||||
mkdir -p ${REPOTOOL_PATH}/.bin/
|
mkdir -p ${REPOTOOL_PATH}/.bin/
|
||||||
mkdir -p ${REPOTOOL_PATH}/.shell/
|
mkdir -p ${REPOTOOL_PATH}/.shell/
|
||||||
install dist/repotool ${REPOTOOL_PATH}/.bin/
|
install dist/repotool ${REPOTOOL_PATH}/.bin/
|
||||||
install shell/zsh/repotool.zsh shell/zsh/repotool.plugin.zsh ${REPOTOOL_PATH}/.shell/
|
install shell/repotool.zsh shell/repotool.plugin.zsh ${REPOTOOL_PATH}/.shell/
|
||||||
|
|
||||||
dist/repotool: $(SOURCES_SRC) $(LIBS_SRC) main.lua
|
dist/repotool: $(SOURCES_SRC) $(LIBS_SRC) main.lua
|
||||||
@mkdir -p dist
|
@mkdir -p dist
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user