mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-02-11 12:17:04 +00:00
refactor: move commit analyzing out of forge
This commit is contained in:
parent
1d1f18cc6b
commit
6b839cfc93
11 changed files with 152 additions and 188 deletions
5
git.go
5
git.go
|
|
@ -17,11 +17,6 @@ const (
|
|||
GitRemoteName = "origin"
|
||||
)
|
||||
|
||||
type Commit struct {
|
||||
Hash string
|
||||
Message string
|
||||
}
|
||||
|
||||
type Tag struct {
|
||||
Hash string
|
||||
Name string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue