From 4ded83002a9782c02ed467150d734e8be8d391bf Mon Sep 17 00:00:00 2001 From: Manfred Moser Date: Mon, 18 Nov 2024 14:19:30 -0800 Subject: [PATCH 1/2] Add docs for release process --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9e4e33ac..6c166cc4 100644 --- a/README.md +++ b/README.md @@ -177,3 +177,9 @@ and contact us on Slack and GitHub. Copyright [Trino JS Client contributors](https://github.com/trinodb/trino-js-client/graphs/contributors) 2022-present + +## Releasing + +Releases are automated with GitHub Actions and only require a pull request +that updates the version in `package.json`. For example, see +[PR 723](https://github.com/trinodb/trino-js-client/pull/723) From 4aa46b08e8a6f7a67f63658bd01326440f080d0d Mon Sep 17 00:00:00 2001 From: Manfred Moser Date: Mon, 18 Nov 2024 14:16:37 -0800 Subject: [PATCH 2/2] Release trino-js-client 0.2.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 977adc98..706610ed 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.2.4", + "version": "0.2.5", "name": "trino-client", "description": "Trino client library", "author": {