Skip to content

Commit 073780a

Browse files
authored
Revert release and fix release script (#3124)
* Revert "Bump versions and add changelog entries. (#3121)" This reverts commit b38cc57. * revert and fix
1 parent b38cc57 commit 073780a

3 files changed

Lines changed: 2 additions & 22 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
| uniq)
4949
5050
declare -A versions
51-
for package in $CHANGED_PACKAGE_JSON_FILES; do
51+
for package in $CHANGED_VERSION_GO_FILES; do
5252
base_version=$(git show $BASE_SHA:$package/version.go | grep "Version =" | sed 's/.*"\(.*\)".*/\1/')
5353
head_version=$(git show $HEAD_SHA:$package/version.go | grep "Version =" | sed 's/.*"\(.*\)".*/\1/')
5454

CHANGELOG.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,5 @@
11
# CHANGELOG
22

3-
## 2.38.0/2025-05-28
4-
5-
### Fixed
6-
* add `include` parameter to On-Call team rules test [#3111](https://github.com/DataDog/datadog-api-client-go/pull/3111)
7-
* fix On-Call spec [#3102](https://github.com/DataDog/datadog-api-client-go/pull/3102)
8-
* Make assertion target be int or string [#3093](https://github.com/DataDog/datadog-api-client-go/pull/3093)
9-
* Fix incorrect pattern for url [#3085](https://github.com/DataDog/datadog-api-client-go/pull/3085)
10-
* Make metadata optional for GCS destination [#3075](https://github.com/DataDog/datadog-api-client-go/pull/3075)
11-
* Remove isReadOnly default when creating dashboards [#3074](https://github.com/DataDog/datadog-api-client-go/pull/3074)
12-
13-
### Added
14-
* Add support for Datadog Events as a data source for rules [#3106](https://github.com/DataDog/datadog-api-client-go/pull/3106)
15-
* Add public APIs to search DORA events [#3103](https://github.com/DataDog/datadog-api-client-go/pull/3103)
16-
* Adding endpoints to manage Resource Evaluation Filters [#3091](https://github.com/DataDog/datadog-api-client-go/pull/3091)
17-
* Add Sev0 as a supported incident severity [#3087](https://github.com/DataDog/datadog-api-client-go/pull/3087)
18-
* Share timerestriction object [#3084](https://github.com/DataDog/datadog-api-client-go/pull/3084)
19-
* add On-Call Paging spec [#3078](https://github.com/DataDog/datadog-api-client-go/pull/3078)
20-
* Add pagination method for NDM ListDevices. [#3072](https://github.com/DataDog/datadog-api-client-go/pull/3072)
21-
* Add On-Call Team Rules [#3070](https://github.com/DataDog/datadog-api-client-go/pull/3070)
22-
233
## 2.37.1 / 2025-04-14
244

255
### Fixed

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package client
22

33
// Version used in User-Agent header.
4-
const Version = "2.38.0"
4+
const Version = "2.37.2+dev"

0 commit comments

Comments
 (0)