Skip to content

Commit

Permalink
update release document
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordi Bertran de Balanda committed Apr 22, 2024
1 parent 5ad3736 commit 916189a
Showing 1 changed file with 1 addition and 1 deletion.
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)

0 comments on commit 916189a

Please sign in to comment.