File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99---
1010<!-- - END HEADER -->
1111
12+ ## [ 1.5.0] ( https://github.com/justcoded/git-extras/compare/v1.3.0...v1.5.0 ) (2024-10-22)
13+ ### Features
14+
15+ * :sparkles : add git-plop
16+
17+ ##### Whp
18+
19+ * Add whp to git extras
20+
21+ ##### Code
22+
23+ * Allow to disable permission fix. Bump version
24+ * Do not override runtime directory group/user
25+ * Fix deleted files causes error in code.dirty* commands
26+ * Fix file permissions was not applied to modules
27+ * Support running dirty commands in git pre-commit hook
28+
29+
30+ ---
31+
1232## [ 1.4.0] ( https://github.com/justcoded/git-extras/compare/v1.3.0...v1.4.0 ) (2024-02-21)
1333### Features
1434
Original file line number Diff line number Diff line change @@ -49,5 +49,7 @@ docker run -it --rm \
4949 -v " $src_dir :/plop" \
5050 -v " $workdir_dir :/codebase" \
5151 -e CODEBASE_DIR=" $workdir_dir " \
52- -e CODEBASE_MODULE =" $module_name " \
52+ -e CODEBASE_LK_MODULE =" $module_name " \
5353 ghcr.io/justcoded/plopjs:0.1.0
54+
55+ chown -R " $( whoami) " :" $( whoami) " " $( pwd) "
You can’t perform that action at this time.
0 commit comments