mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-02-09 03:07:02 +00:00
refactor: remove unused code
This commit is contained in:
parent
5882a6bf2c
commit
fbd47fac62
2 changed files with 3 additions and 5 deletions
|
|
@ -15,7 +15,6 @@ import (
|
|||
|
||||
const (
|
||||
ChangelogFile = "CHANGELOG.md"
|
||||
ChangelogFileBuffer = "CHANGELOG.md.tmp"
|
||||
ChangelogHeader = "# Changelog"
|
||||
)
|
||||
|
||||
|
|
|
|||
1
git.go
1
git.go
|
|
@ -13,7 +13,6 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
CommitSearchDepth = 50 // TODO: Increase
|
||||
GitRemoteName = "origin"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue