Skip to content

Commit

Permalink
Pre-push update: Bump version to 24.620.M.2111 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rishikeshsreehari committed Nov 20, 2024
1 parent d108110 commit eb0eb96
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 4 deletions.
31 changes: 31 additions & 0 deletions content/log.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,37 @@ This is a place where I track all changes to my log. I hope this time it works!!


<!--LOG_PLACEHOLDER_START-->
### **v24.620.M.2111** (2024-11-21)

#### **Fixes**
**Fixed commit hash issue in footer.**
- *Commit:* [`d108110`](https://github.com/rishikeshsreehari/personal-blog/commit/d108110)
- *Files:*
- [`themes/hugo-PaperMod/layouts/partials/footer.html`](https://github.com/rishikeshsreehari/personal-blog/blob/main/themes/hugo-PaperMod/layouts/partials/footer.html)

**Removed unnecessary files**
- *Commit:* [`15daf29`](https://github.com/rishikeshsreehari/personal-blog/commit/15daf29)
- *Files:*
- [`hook.log`](https://github.com/rishikeshsreehari/personal-blog/blob/main/hook.log)
- [`hook_debug.log`](https://github.com/rishikeshsreehari/personal-blog/blob/main/hook_debug.log)
- [`push.txt`](https://github.com/rishikeshsreehari/personal-blog/blob/main/push.txt)
- [`scripts/git_hooks.py`](https://github.com/rishikeshsreehari/personal-blog/blob/main/scripts/git_hooks.py)
- [`scripts/update_version.py`](https://github.com/rishikeshsreehari/personal-blog/blob/main/scripts/update_version.py)


#### **Updations**
**Updated config.yml**
- *Commit:* [`4245b37`](https://github.com/rishikeshsreehari/personal-blog/commit/4245b37)
- *Files:*
- [`config.yml`](https://github.com/rishikeshsreehari/personal-blog/blob/main/config.yml)

**Added removal type in pre_push.py**
- *Commit:* [`8ac92be`](https://github.com/rishikeshsreehari/personal-blog/commit/8ac92be)
- *Files:*
- [`scripts/pre_push.py`](https://github.com/rishikeshsreehari/personal-blog/blob/main/scripts/pre_push.py)


---
### **v24.619.U.2111** (2024-11-21)

#### **Updations**
Expand Down
8 changes: 4 additions & 4 deletions data/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Version": "24.619.U.2111",
"PushCount": 619,
"LastCommitLong": "f79cade077c6647cdd24ff209c06d335647581c5",
"LastCommitShort": "f79cade"
"Version": "24.620.M.2111",
"PushCount": 620,
"LastCommitLong": "d1081103376f13f4731d44f655f677501ad24bd8",
"LastCommitShort": "d108110"
}

0 comments on commit eb0eb96

Please sign in to comment.