Skip to content

Commit

Permalink
Cosmetic change
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern committed Jun 3, 2024
1 parent 91e1f08 commit 02b6d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare_release.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func releaseNewVersion(author, email, revaVersion string) error {
var newChangelog []string
today := time.Now().Format("Mon Jan 02 2006")
newChangelog = append(newChangelog, fmt.Sprintf("* %s %s <%s> %s", today, author, email, versionStr))
newChangelog = append(newChangelog, fmt.Sprintf("- v%s, based on reva %s", versionStr, revaVersion))
newChangelog = append(newChangelog, fmt.Sprintf("- v%s, based on %s", versionStr, revaVersion))

var newSpec []string
newSpec = append(newSpec, specContent[:changelogHeader+1]...)
Expand Down

0 comments on commit 02b6d7e

Please sign in to comment.