mirror of
https://github.com/thegeeklab/git-sv.git
synced 2026-04-25 02:05:51 +03:00
[PR #6] [MERGED] feat: add option to write changelogs to file #17
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#17
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/6
Author: @xoxys
Created: 10/15/2023
Status: ✅ Merged
Merged: 10/15/2023
Merged by: @xoxys
Base:
main← Head:out-file📝 Commits (1)
4b437edfeat: add option to write changelogs to file📊 Changes
14 files changed (+172 additions, -86 deletions)
View changed files
📝
app/app.go(+4 -2)📝
app/commands/changelog.go(+39 -21)📝
app/commands/commit.go(+1 -1)📝
app/commands/commitlog.go(+1 -1)📝
app/commands/commitnotes.go(+38 -14)📝
app/commands/currentversion.go(+1 -1)📝
app/commands/nextversion.go(+2 -2)📝
app/commands/releasenotes.go(+28 -6)📝
app/commands/tag.go(+3 -3)📝
app/commands/utils.go(+3 -3)📝
app/config.go(+34 -16)📝
cmd/git-sv/main.go(+9 -7)📝
sv/formatter/formatter.go(+8 -8)📝
sv/formatter/formatter_test.go(+1 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.