Skip to content

Commit

Permalink
Release 0.1.1 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeramirezamora authored Nov 28, 2023
2 parents 39e1913 + 2206a04 commit ec17cae
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
7 changes: 7 additions & 0 deletions presto-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.1.1](https://github.com/prestodb/presto-js-client/compare/presto-client-0.1.0...presto-client-0.1.1) (2023-11-28)


### Bug Fixes

* **presto-client:** improve published package information ([#7](https://github.com/prestodb/presto-js-client/issues/7)) ([529377a](https://github.com/prestodb/presto-js-client/commit/529377af6a33ced8590b9cc39e5466e931c25a57))

## [0.1.0](https://github.com/prestodb/presto-js-client/compare/presto-client-0.1.0-beta.0...presto-client-0.1.0) (2023-10-04)

## 0.1.0-beta.0 (2023-10-04)
Expand Down
6 changes: 4 additions & 2 deletions presto-client/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ To publish a new version to NPM, follow these steps:
git stash
```

2. Publish a new version by running the following command:
2. Create a new branch using the version generated in [Publishing Locally](#Locally) section above, like so: `release/1.x.y` (This is important since is not allowed to directly push to the `main` branch)

3. Publish a new version by running the following command:

```bash
npm run publish presto-client
Expand All @@ -93,7 +95,7 @@ To publish a new version to NPM, follow these steps:

Check the [semver options](https://github.com/jscutlery/semver#available-options) for all available options.

3. As part of the previous command, a draft GitHub release is also created. Go to [GitHub Releases](https://github.com/prestodb/presto-js-client/releases), review and edit it if necessary, and then click "Publish release" to make it public.
4. As part of the previous command, a draft GitHub release is also created. Go to [GitHub Releases](https://github.com/prestodb/presto-js-client/releases), review and edit it if necessary, and then click "Publish release" to make it public.

\*If you published the package as a Pre-release version, please also mark the GitHub release as a "Pre-release."

Expand Down
2 changes: 1 addition & 1 deletion presto-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prestodb/presto-js-client",
"version": "0.1.0",
"version": "0.1.1",
"keywords": [
"database",
"presto",
Expand Down

0 comments on commit ec17cae

Please sign in to comment.