mirror of
https://github.com/flameshikari/outline-ru.git
synced 2026-06-13 12:15:15 +03:00
1.0.0 (#26)
Build / Build [amd64] (push) Has been cancelled
Build / Build [arm64] (push) Has been cancelled
Build / Publish (push) Has been cancelled
Build / Build [amd64] (push) Has been cancelled
Build / Build [arm64] (push) Has been cancelled
Build / Publish (push) Has been cancelled
* bump outline to 1.0.0-2 * update translation.json * update readme.* * update Dockerfile* * bump outline to 1.0.0-test8 * reorganize repo, add git hook * bump version to 1.0.0 * update translations
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
WORKDIR="$(dirname "$(readlink -f "${0}")")"
|
||||
|
||||
if ! git diff --cached --quiet --submodule=diff -- ./outline; then
|
||||
python "$WORKDIR/update_readme.py"
|
||||
git add ./README.md
|
||||
exit 0
|
||||
else
|
||||
exit 0
|
||||
fi
|
||||
Reference in New Issue
Block a user