Skip to content

Commit

Permalink
docs: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokopenko committed Oct 22, 2024
1 parent 6de54a3 commit 587e743
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
---
<!--- END HEADER -->

## [1.5.0](https://github.com/justcoded/git-extras/compare/v1.3.0...v1.5.0) (2024-10-22)
### Features

* :sparkles: add git-plop

##### Whp

* Add whp to git extras

##### Code

* Allow to disable permission fix. Bump version
* Do not override runtime directory group/user
* Fix deleted files causes error in code.dirty* commands
* Fix file permissions was not applied to modules
* Support running dirty commands in git pre-commit hook


---

## [1.4.0](https://github.com/justcoded/git-extras/compare/v1.3.0...v1.4.0) (2024-02-21)
### Features

Expand Down
4 changes: 3 additions & 1 deletion bin/git-plop
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,7 @@ docker run -it --rm \
-v "$src_dir:/plop" \
-v "$workdir_dir:/codebase" \
-e CODEBASE_DIR="$workdir_dir" \
-e CODEBASE_MODULE="$module_name" \
-e CODEBASE_LK_MODULE="$module_name" \
ghcr.io/justcoded/plopjs:0.1.0

chown -R "$(whoami)":"$(whoami)" "$(pwd)"

0 comments on commit 587e743

Please sign in to comment.