1
0
forked from a/repotool
This commit is contained in:
a 2025-06-30 20:24:21 -05:00
parent 97f8909001
commit fddc3fbceb
No known key found for this signature in database
GPG Key ID: 2F22877AA4DFDADB
4 changed files with 2 additions and 2 deletions

View File

@ -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}"
} }
] ]

View File

@ -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