Skip to content

Commit e6108d9

Browse files
thervezippolyte
andauthored
Prepare release (#177)
* Prepare release * Update CHANGELOG.md Co-authored-by: Hippolyte HENRY <[email protected]> * Update CHANGELOG.md Co-authored-by: Hippolyte HENRY <[email protected]> * Skip approved status workflow on non generated branches Co-authored-by: Hippolyte HENRY <[email protected]>
1 parent 90bf832 commit e6108d9

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.github/workflows/approved_status.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
if: >
1717
github.event.pull_request.draft == false &&
1818
!contains(github.event.pull_request.labels.*.name, 'ci/skip') &&
19-
!contains(github.event.pull_request.head.ref, 'datadog-api-spec/test/')
19+
!contains(github.event.pull_request.head.ref, 'datadog-api-spec/test/') &&
20+
contains(github.event.pull_request.head.ref, 'datadog-api-spec/generated/')
2021
steps:
2122
- name: Get GitHub App token
2223
id: get_token

CHANGELOG.md

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

3+
## 1.0.0-beta.3 / 2021-06-09
4+
5+
* [Added] Add monitor name and priority options. See [#173](https://github.com/DataDog/datadog-api-client-typescript/pull/173).
6+
* [Fixed] Fix type of day/month response attribute in custom metrics usage. See [#170](https://github.com/DataDog/datadog-api-client-typescript/pull/170).
7+
* [Added] Add CWS to usage metering endpoint. See [#155](https://github.com/DataDog/datadog-api-client-typescript/pull/155).
8+
* [Changed] usage metering - rename compliance to cspm and add audit logs. See [#168](https://github.com/DataDog/datadog-api-client-typescript/pull/168).
9+
310
## 1.0.0-beta.0 / 2021-05-31
411

512
* [Added] Initial beta release of the Datadog API Client

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@
8484
"engines": {
8585
"node": ">=12.0.0"
8686
},
87-
"version": "1.0.0-beta.2"
87+
"version": "1.0.0-beta.3"
8888
}

0 commit comments

Comments
 (0)