Skip to content

Commit ddad336

Browse files
authored
Prepare release (#159)
Prepare the first beta release.
1 parent 70aafba commit ddad336

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
# CHANGELOG
2+
3+
## 1.0.0-beta.0 / 2021-05-31
4+
5+
* [Added] Initial beta release of the Datadog API Client

RELEASING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This project does not have a strict release schedule. However, we would make a r
1010

1111
### Prerequisites
1212
- Install [datadog_checks_dev](https://datadog-checks-base.readthedocs.io/en/latest/datadog_checks_dev.cli.html#installation) using Python 3
13-
- Have [Node.js 10+](https://nodejs.org/en/)
13+
- Have [Node.js 12+](https://nodejs.org/en/)
1414
- Ensure all CIs are passing on the master branch that we're about to release.
1515

1616
## Release
@@ -22,9 +22,10 @@ Releasing a new version of `@datadog/datadog-api-client` unfolds as follow:
2222

2323
- See changes ready for release by running `ddev release show changes . --tag-prefix v` at the root of this project. Add any missing labels to PRs if needed.
2424
- Run `ddev release changelog . <NEW_VERSION> --tag-prefix v` to update the `CHANGELOG.md` file at the root of this repository
25+
- Update the version in `package.json` you want to release, following semver.
2526
- Commit the changes to the repository in a release branch and get it approved/merged after you:
2627
- Make sure that all CIs are passing, as this is the commit we will be releasing!
2728
- Merge the Pull Request.
2829
- Create a Github Release from the [Tags page](https://github.com/DataDog/datadog-api-client-typescript/tags) with the description of changes introduced.
2930
- Check pre-release box for alpha/beta releases.
30-
- Once the release has been created, a Github Action will publish the package.
31+
- Once the release has been created, a Github Action will publish the package.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@
8383
"engines": {
8484
"node": ">=12.0.0"
8585
},
86-
"version": "0.1.0"
86+
"version": "1.0.0-beta.0"
8787
}

0 commit comments

Comments
 (0)