|
20 | 20 |
|
21 | 21 | Generated on 2025-11-13T11:39:42Z |
22 | 22 |
|
23 | | -# precommit-util - v1.2.0 |
| 23 | +# precommit-util - v1.1.0 |
24 | 24 |
|
25 | | -## Changes since v1.1.0 |
| 25 | +## Changes since v1.0.0 |
26 | 26 |
|
27 | | -chore: trigger GitHub Actions release|c38f704|c38f7046bdbbb32d41efb9e61bbbf7bcf1307894|DevOps|devOps@berrybytes.com |
28 | | -Update CHANGELOG.md for v1.3.0|f6b4ece|f6b4ece18e0e8051183dfae870a25bbbdba25bcf|GitHub Actions Bot|actions@github.com |
29 | | -chore: trigger GitHub Actions release|cdb1521|cdb15214c48287697d9d370c15ea8be434bbce63|DevOps|devOps@berrybytes.com |
30 | | -chore: trigger GitHub Actions release|5c4b7db|5c4b7db3ee5cce9787c44317b4738ca61ce4600e|DevOps|devOps@berrybytes.com |
31 | | -Update CHANGELOG.md for v1.3.3|c9dca89|c9dca891df94f65efb247ed49aeb63ff45ae2bd6|GitHub Actions Bot|actions@github.com |
32 | | -fix: spaces implemented|685ccde|685ccde5270ad61ccb2264d2b44f6b1b7999ef3d|DevOps|devOps@berrybytes.com |
33 | | -feat: releaser|50c9d61|50c9d61111658857d8f4464f6a312d8e51e4669e|DevOps|devOps@berrybytes.com |
34 | | -feat: releaser|578de10|578de10ce5904b45aac0218e36ab060ddb1bf157|DevOps|devOps@berrybytes.com |
35 | | -feat: releaser|4654f9b|4654f9baa984d2e586689ac5040628edb07bc279|DevOps|devOps@berrybytes.com |
36 | | -feat: releaser|98155d4|98155d446c26d433ca28260cb778e18f545986d0|DevOps|devOps@berrybytes.com |
37 | | -feat: releaser|17e863f|17e863f165f2aa4e17c63b9297f6b78557d85ec6|DevOps|devOps@berrybytes.com |
38 | | -feat: releaser|d7966df|d7966df1f82d84f58faafd162d9cb7e532a77b38|DevOps|devOps@berrybytes.com |
39 | | -feat: releaser|a4bce78|a4bce7871c36210268e12641c85b20ec6a55559c|DevOps|devOps@berrybytes.com |
| 27 | +Generated on 2025-11-13T09:52:58Z |
40 | 28 |
|
41 | | -Generated on 2025-11-13T11:32:58Z |
| 29 | +### Date - 2025-02-6 |
42 | 30 |
|
43 | | -# precommit-util - v1.3.0 |
| 31 | + # 🧩 Pre-commit - Automation Tools Suite |
44 | 32 |
|
45 | | -## Changes since v1.2.0 |
| 33 | +First stable release of the Pre-commit Automation Tools Suite, providing comprehensive Git hooks and streamlined development environment setup tools. |
46 | 34 |
|
47 | | -chore: trigger GitHub Actions release|cdb1521|cdb15214c48287697d9d370c15ea8be434bbce63|DevOps|devOps@berrybytes.com |
48 | | -chore: trigger GitHub Actions release|5c4b7db|5c4b7db3ee5cce9787c44317b4738ca61ce4600e|DevOps|devOps@berrybytes.com |
49 | | -Update CHANGELOG.md for v1.3.3|c9dca89|c9dca891df94f65efb247ed49aeb63ff45ae2bd6|GitHub Actions Bot|actions@github.com |
50 | | -fix: spaces implemented|685ccde|685ccde5270ad61ccb2264d2b44f6b1b7999ef3d|DevOps|devOps@berrybytes.com |
| 35 | +# 🚀 Key Features |
| 36 | +- Enhanced setup process — downloads the appropriate asdf binary for your operating system and architecture via any supported installation method |
| 37 | +- Automated installation script (precommit-startup.sh) with interactive hook selection |
| 38 | +- Upgraded to asdf v0.18.0, ensuring improved plugin management and compatibility |
51 | 39 |
|
52 | | -Generated on 2025-11-13T11:27:53Z |
| 40 | + ⚙️ Note: If using a package manager, verify that it installs version 0.16.0 or later |
53 | 41 |
|
54 | | -# Precommit Util - v1.3.3 |
| 42 | +- Updated asdf commands to align with the latest CLI changes for improved consistency and reliability |
55 | 43 |
|
56 | | -## Changes since v1.3.2 |
| 44 | +- Improved script logic for smoother installation and environment configuration |
57 | 45 |
|
58 | | -Generated on 2025-11-13T09:52:58Z |
| 46 | +- Support for multiple development environments: |
59 | 47 |
|
60 | | -### Date - 2025-02-6 |
| 48 | + - 🌐 Global |
| 49 | + - 🦫 Golang |
| 50 | + |
| 51 | + - 🐍 Python |
| 52 | + |
| 53 | + - 🏗️ Terraform |
| 54 | + |
| 55 | + - ⚡ TypeScript |
61 | 56 |
|
62 | | - Initial release of precommit-utils |
63 | | - ``` |
64 | | - Project setup and configuration with default supported laguages |
| 57 | +# 💡 Why Pre-commit? |
65 | 58 |
|
66 | | - NOTE: Currently we are supporting below languages, |
| 59 | +Pre-commit hooks are an essential part of modern software development, providing numerous benefits for both individual developers and teams. Here’s why you should integrate them into your workflow: |
67 | 60 |
|
68 | | - Golang, |
69 | | - TypeScript, |
70 | | - Terraform, |
71 | | - Python |
72 | | - ``` |
| 61 | +✅ Code Quality Assurance – Automatically catch and fix issues before they reach your repository |
| 62 | +✅ Productivity Improvements – Reduce manual checks and speed up reviews |
| 63 | +✅ Team Collaboration Benefits – Maintain consistent standards across contributors |
| 64 | +✅ Security Enhancements – Prevent committing sensitive or misconfigured files |
| 65 | +✅ Best Commit Message Practices Enforcement – Ensure clear, standardized commit messages |
0 commit comments