Skip to content

feat(ci): add gorelease CI report and check#8515

Open
rubenhoenle wants to merge 1 commit into
mainfrom
feat/goreport-ci-check
Open

feat(ci): add gorelease CI report and check#8515
rubenhoenle wants to merge 1 commit into
mainfrom
feat/goreport-ci-check

Conversation

@rubenhoenle

Copy link
Copy Markdown
Member

Description

relates to #1234

Checklist

  • Issue was linked above
  • No generated code was adjusted manually (check comments in file header)
  • Changelogs
    • Changelog in the root directory was adjusted (see here)
    • Changelog(s) of the service(s) were adjusted (see e.g. here)
  • VERSION file(s) of the service(s) were adjusted
  • Code format was applied: make fmt
  • Examples were added / adjusted (see examples/ directory)
  • Unit tests got implemented or updated
  • Unit tests are passing: make test (will be checked by CI)
  • No linter issues: make lint (will be checked by CI)

@rubenhoenle rubenhoenle requested a review from a team as a code owner July 10, 2026 13:51
@rubenhoenle rubenhoenle force-pushed the feat/goreport-ci-check branch from 6bd4365 to b7c4dc9 Compare July 10, 2026 13:53
@rubenhoenle rubenhoenle force-pushed the feat/goreport-ci-check branch from b7c4dc9 to fa04e9f Compare July 10, 2026 13:55
@github-actions

Copy link
Copy Markdown

gorelease report for services/sqlserverflex

# github.com/stackitcloud/stackit-sdk-go/services/sqlserverflex/v2api/wait
## incompatible changes
UpdateInstanceWaitHandler: removed
## compatible changes
FooUpdateInstanceWaitHandler: added

# summary
Inferred base version: v1.16.0
Cannot suggest a release version.
Incompatible changes were detected.


// UpdateInstanceWaitHandler will wait for instance update
func UpdateInstanceWaitHandler(ctx context.Context, client sqlserverflex.DefaultAPI, projectId, instanceId, region string) *wait.AsyncActionHandler[sqlserverflex.GetInstanceResponse] {
func FooUpdateInstanceWaitHandler(ctx context.Context, client sqlserverflex.DefaultAPI, projectId, instanceId, region string) *wait.AsyncActionHandler[sqlserverflex.GetInstanceResponse] {

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert before merge

Changed just for testing purpose.

Comment thread .github/workflows/ci.yaml
go-version: 1.25

- name: Install gorelease
run: go install golang.org/x/exp/cmd/gorelease@latest

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should probably use here a specific version or commit hash, to prevent unexpected changed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants