[PR #3] [MERGED] refactor: rework packages and interfaces #16

Closed
opened 2026-03-04 00:40:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/thegeeklab/git-sv/pull/3
Author: @xoxys
Created: 10/15/2023
Status: Merged
Merged: 10/15/2023
Merged by: @xoxys

Base: mainHead: refactor


📝 Commits (5)

📊 Changes

43 files changed (+1549 additions, -1358 deletions)

View changed files

📝 .dictionary (+0 -1)
📝 README.md (+0 -16)
📝 app/app.go (+48 -52)
📝 app/app_test.go (+4 -4)
app/commands/changelog.go (+98 -0)
app/commands/commit.go (+108 -0)
app/commands/commitlog.go (+86 -0)
app/commands/commitnotes.go (+60 -0)
app/commands/config.go (+37 -0)
app/commands/currentversion.go (+24 -0)
app/commands/nextversion.go (+31 -0)
📝 app/commands/prompt.go (+1 -1)
app/commands/releasenotes.go (+55 -0)
app/commands/tag.go (+36 -0)
app/commands/utils.go (+220 -0)
app/commands/validatecommitmessage.go (+85 -0)
📝 app/config.go (+68 -22)
📝 app/config_test.go (+4 -4)
cmd/git-sv/handlers.go (+0 -754)
cmd/git-sv/log.go (+0 -10)

...and 23 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/thegeeklab/git-sv/pull/3 **Author:** [@xoxys](https://github.com/xoxys) **Created:** 10/15/2023 **Status:** ✅ Merged **Merged:** 10/15/2023 **Merged by:** [@xoxys](https://github.com/xoxys) **Base:** `main` ← **Head:** `refactor` --- ### 📝 Commits (5) - [`5a70e36`](https://github.com/thegeeklab/git-sv/commit/5a70e3693fa64d342d2515afcea0c0cac5a26b4f) refactor project structure - [`7a17b99`](https://github.com/thegeeklab/git-sv/commit/7a17b9983e26920b7b87db12df30c21869c7cb9a) rename interfaces - [`1fe3d7a`](https://github.com/thegeeklab/git-sv/commit/1fe3d7a09bff266289f1f3fea4783ea1d6dd619e) rename git package to app - [`79e022d`](https://github.com/thegeeklab/git-sv/commit/79e022dd8a665139e905ed8e91a1de422ebf8106) restructure packages - [`cd9b940`](https://github.com/thegeeklab/git-sv/commit/cd9b940fad22187c4e4be1a903ad27339c4f3969) cleanup packages and interfaces ### 📊 Changes **43 files changed** (+1549 additions, -1358 deletions) <details> <summary>View changed files</summary> 📝 `.dictionary` (+0 -1) 📝 `README.md` (+0 -16) 📝 `app/app.go` (+48 -52) 📝 `app/app_test.go` (+4 -4) ➕ `app/commands/changelog.go` (+98 -0) ➕ `app/commands/commit.go` (+108 -0) ➕ `app/commands/commitlog.go` (+86 -0) ➕ `app/commands/commitnotes.go` (+60 -0) ➕ `app/commands/config.go` (+37 -0) ➕ `app/commands/currentversion.go` (+24 -0) ➕ `app/commands/nextversion.go` (+31 -0) 📝 `app/commands/prompt.go` (+1 -1) ➕ `app/commands/releasenotes.go` (+55 -0) ➕ `app/commands/tag.go` (+36 -0) ➕ `app/commands/utils.go` (+220 -0) ➕ `app/commands/validatecommitmessage.go` (+85 -0) 📝 `app/config.go` (+68 -22) 📝 `app/config_test.go` (+4 -4) ➖ `cmd/git-sv/handlers.go` (+0 -754) ➖ `cmd/git-sv/log.go` (+0 -10) _...and 23 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 00:40:58 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/git-sv#16
No description provided.