Skip to content

Commit

Permalink
Merge pull request #28 from DataDog/jbertran/release-2.1.1
Browse files Browse the repository at this point in the history
Release v2.1.1
  • Loading branch information
Jordi Bertran de Balanda authored Apr 23, 2024
2 parents 5ad3736 + dd2f769 commit 009723b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 009723b

Please sign in to comment.