Skip to content

Commit

Permalink
feat: commit-squash-guidance
Browse files Browse the repository at this point in the history
  • Loading branch information
simplesagar authored Feb 22, 2024
1 parent 6b0952c commit 480e3bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/releases/releases.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ func (r ReleasesInfo) String() string {

return fmt.Sprintf(`%s## %s
### Changes
This is an automated Pull Request generated for the next release of this SDK. It is recommended to use either rebase-merge or squash-merge when merging this pull request
Based on:
- OpenAPI Doc %s %s
- Speakeasy CLI %s (%s) https://github.com/speakeasy-api/speakeasy%s%s`, "\n\n", r.ReleaseTitle, r.DocVersion, r.DocLocation, r.SpeakeasyVersion, r.GenerationVersion, strings.Join(generationOutput, "\n"), strings.Join(releasesOutput, "\n"))
Expand Down

0 comments on commit 480e3bd

Please sign in to comment.