From bee05348cd1760500f87b37c7c7a9a377b3b2ba2 Mon Sep 17 00:00:00 2001 From: christiangoeschel Date: Fri, 14 Feb 2025 12:58:20 -0500 Subject: [PATCH] fix: Remove unneeded files --- CHANGELOG.md | 7 ++----- commit-msg-conv.py | 9 --------- random.txt | 1 - 3 files changed, 2 insertions(+), 15 deletions(-) delete mode 100644 commit-msg-conv.py delete mode 100644 random.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e4e38e..a0f045e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ which mainly manages OVHcloud's Linux workstations. ### 🚀 Features -- *(ci)* Add commit message format and squash commit checks - ([b345768](https://stash.ovh.net/projects/GISWORKSPACE/repos/puppet-playground/commits/b3457687814f75bdf0ef13e9b3521466f0011234)) +- _(ci)_ Add commit message format and squash commit checks - ([b345768](https://stash.ovh.net/projects/GISWORKSPACE/repos/puppet-playground/commits/b3457687814f75bdf0ef13e9b3521466f0011234)) ### [0.3.0] - 2025-02-11 @@ -23,7 +23,7 @@ which mainly manages OVHcloud's Linux workstations. ### 🐛 Bug Fixes -- *(configs)* Fix module file - ([d1eee0c](https://stash.ovh.net/projects/GISWORKSPACE/repos/puppet-playground/commits/d1eee0c3024450fbc48082979eb001a5b0165e58)) +- _(configs)_ Fix module file - ([d1eee0c](https://stash.ovh.net/projects/GISWORKSPACE/repos/puppet-playground/commits/d1eee0c3024450fbc48082979eb001a5b0165e58)) ### [0.2.0] - 2025-02-10 @@ -37,7 +37,4 @@ which mainly manages OVHcloud's Linux workstations. - Add dev tools and helper scripts - ([c1eb61d](https://stash.ovh.net/projects/GISWORKSPACE/repos/puppet-playground/commits/c1eb61d42581c4c0ab731fd428cc564a4e2d53d4)) - - OVHcloud GIS-Workspace Linux Team - diff --git a/commit-msg-conv.py b/commit-msg-conv.py deleted file mode 100644 index f981e0c..0000000 --- a/commit-msg-conv.py +++ /dev/null @@ -1,9 +0,0 @@ -import os -import git - - -# Global variables and constant -current_dir = os.getcwd() -repo = git.Repo(current_dir) -tree = repo.head.commit.message -print(tree) diff --git a/random.txt b/random.txt deleted file mode 100644 index 9dd2335..0000000 --- a/random.txt +++ /dev/null @@ -1 +0,0 @@ -RAndom file