Releases: KunalSin9h/git-commit
Releases · KunalSin9h/git-commit
v0.2.1
What's Changed
- fix: add current release version by @KunalSin9h in #22
- Update README.md by @KunalSin9h in #23
- bump up version by @KunalSin9h in #24
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Update commit by @KunalSin9h in #17
- update PKGBUILD by @KunalSin9h in #18
- feat: add upgrade option for yay users by @KunalSin9h in #19
- feat: add signed-off-by body option by @KunalSin9h in #21
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- feat: now if already up to date then no need to upgrade by @KunalSin9h in #12
- docs: Update Readme.md by @KunalSin9h in #13
- update the repo name by @KunalSin9h in #16
Full Changelog: v0.1.0...v0.1.1
commit v0.1.0
What's Changed
- fix(install): add new commit hash for install script by @KunalSin9h in #4
- docs: update readme.md , add docker install by @KunalSin9h in #5
- docs: remove
$
from docker install in readme by @KunalSin9h in #7 - fix: spaces by @KunalSin9h in #8
- feat: add options by @KunalSin9h in #9
Full Changelog: v0.0.2...v0.1.0
commit v0.0.2
What's Changed
- feat(install): unix-like os install by @KunalSin9h in #2
- fix(install): dpkg for other linux cosing problem by @KunalSin9h in #3
New Contributors
- @KunalSin9h made their first contribution in #2
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Commit Helps in committing changes.
Installation
Debian/Ubuntu
curl -fsSL https://kunalsin9h.dev/commit | bash
After Installing, add the following to your .bashrc
file
export COMMIT_INSTALL="$HOME/.commit"
export PATH="$COMMIT_INSTALL/bin:$PATH"