Skip to content

Commit

Permalink
chore: update release note generation (#2528)
Browse files Browse the repository at this point in the history
* Update mergify config with rules for feature branch

* chore: rm extra .mergify rule

---------

Co-authored-by: MSalopek <matija.salopek994@gmail.com>
  • Loading branch information
glnro and MSalopek authored May 24, 2023
1 parent 170c31f commit 3d0c286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ pull_request_rules:
actions:
backport:
branches:
- release/v10.0.x
- release/v10.0.x
2 changes: 1 addition & 1 deletion contrib/generate_release_note/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func main() {
}

note := strings.Builder{}
note.WriteString(fmt.Sprintf("#Gaia %s Release Notes\n", args[1]))
note.WriteString(fmt.Sprintf("# Gaia %s Release Notes\n", args[1]))
note.WriteString(changelog)
note.WriteString("```\n")
note.Write(buildReport)
Expand Down

0 comments on commit 3d0c286

Please sign in to comment.