mirror of
https://github.com/thegeeklab/git-sv.git
synced 2026-04-25 02:05:51 +03:00
[PR #3] [MERGED] refactor: rework packages and interfaces #16
Labels
No labels
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/git-sv#16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:refactor📝 Commits (5)
5a70e36refactor project structure7a17b99rename interfaces1fe3d7arename git package to app79e022drestructure packagescd9b940cleanup packages and interfaces📊 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.