Skip to content

Commit 009723b

Browse files
author
Jordi Bertran de Balanda
authored
Merge pull request #28 from DataDog/jbertran/release-2.1.1
Release v2.1.1
2 parents 5ad3736 + dd2f769 commit 009723b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
1. When you're ready to make a new release, checkout the main branch locally and run `yarn version`
1616
2. Choose the new version number following [SemVer](https://semver.org/). Make sure you prefix it with `v` (`vX.Y.Z`).
1717
- This command creates a new commit that only updates the version in `package.json`
18-
3. Push this commit to the main branch
18+
3. Open and merge a pull request containing this commit on a new branch
1919
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
2020
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)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datadog/sketches-js",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "TypeScript implementation of DDSketch, a distributed quantile sketch algorithm ",
55
"license": "Apache-2.0",
66
"repository": "https://github.com/DataDog/sketches-js",

0 commit comments

Comments
 (0)