Skip to content

Commit

Permalink
Output the release body file.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Dec 19, 2024
1 parent 58ab1be commit 65fe6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func (p *Project) OutputData() error {
v := p.nextRelease.Version
now := time.Now().Format("2006-01-02")

if p.dryRun {
if !p.dryRun {
f, err := p.fs.Create(releaseBodyFile)
if err != nil {
return fmt.Errorf("%w: unable to create file '%s'", err, releaseBodyFile)
Expand Down

0 comments on commit 65fe6fe

Please sign in to comment.