File tree 2 files changed +23
-1
lines changed 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
9
9
---
10
10
<!-- - END HEADER -->
11
11
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
+
12
32
## [ 1.4.0] ( https://github.com/justcoded/git-extras/compare/v1.3.0...v1.4.0 ) (2024-02-21)
13
33
### Features
14
34
Original file line number Diff line number Diff line change @@ -49,5 +49,7 @@ docker run -it --rm \
49
49
-v " $src_dir :/plop" \
50
50
-v " $workdir_dir :/codebase" \
51
51
-e CODEBASE_DIR=" $workdir_dir " \
52
- -e CODEBASE_MODULE =" $module_name " \
52
+ -e CODEBASE_LK_MODULE =" $module_name " \
53
53
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