Skip to content

Commit

Permalink
fix: remove version script and old release files
Browse files Browse the repository at this point in the history
  • Loading branch information
rkodev committed May 21, 2024
1 parent ea610bd commit a6bb6ef
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 138 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/git-release.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/release-please.yml

This file was deleted.

45 changes: 4 additions & 41 deletions graph_request_adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ import (
)

var clientOptions = core.GraphClientOptions{
GraphServiceVersion: "", //v1 doesn't include the service version in the telemetry header
GraphServiceVersion: "", //v1 doesn't include the service version in the telemetry header
/** The SDK version */
// x-release-please-start-version
GraphServiceLibraryVersion: "1.42.0",
// x-release-please-end
}

// GetDefaultClientOptions returns the default client options used by the GraphRequestAdapterBase and the middleware.
Expand Down Expand Up @@ -72,43 +75,3 @@ func NewGraphRequestAdapterWithParseNodeFactoryAndSerializationWriterFactoryAndH

return result, nil
}








































5 changes: 4 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"packages": {
".": {
"package-name": "github.com/microsoftgraph/msgraph-sdk-go",
"changelog-path": "CHANGELOG.md"
"changelog-path": "CHANGELOG.md",
"extra-files": [
"graph_request_adapter.go"
]
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
Expand Down
41 changes: 0 additions & 41 deletions scripts/incrementMinorVersion.ps1

This file was deleted.

0 comments on commit a6bb6ef

Please sign in to comment.