From 916189ab2b8c69f1ff01381dbeeee6fe30d6ccba Mon Sep 17 00:00:00 2001 From: Jordi Bertran de Balanda Date: Mon, 22 Apr 2024 15:55:20 +0200 Subject: [PATCH 1/2] update release document --- RELEASING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index bd8a7f2..a1b25f9 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -15,6 +15,6 @@ 1. When you're ready to make a new release, checkout the main branch locally and run `yarn version` 2. Choose the new version number following [SemVer](https://semver.org/). Make sure you prefix it with `v` (`vX.Y.Z`). - This command creates a new commit that only updates the version in `package.json` -3. Push this commit to the main branch +3. Open and merge a pull request containing this commit on a new branch 3. In GitHub's UI, navigate to Releases > "Draft New Release". Set the tag version to the version you just entered, and add a title and description for the new release 4. Hit "Publish Release". This will trigger the `publish.yml` GitHub action, which builds a new version of the package, and publishes it to [NPM](https://www.npmjs.com/package/@datadog/sketches-js) From dd2f769c151eb3c36aab2d2ade9138fb2b1994f7 Mon Sep 17 00:00:00 2001 From: Jordi Bertran de Balanda Date: Mon, 22 Apr 2024 15:43:24 +0200 Subject: [PATCH 2/2] v2.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4b86e17..a636843 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@datadog/sketches-js", - "version": "2.1.0", + "version": "2.1.1", "description": "TypeScript implementation of DDSketch, a distributed quantile sketch algorithm ", "license": "Apache-2.0", "repository": "https://github.com/DataDog/sketches-js",