From ec35566fa5d79dca0f99248014e5b9a953db5393 Mon Sep 17 00:00:00 2001 From: nicor88 <6278547+nicor88@users.noreply.github.com> Date: Tue, 10 Oct 2023 14:46:43 +0200 Subject: [PATCH 1/2] release v1.6.3 --- RELEASING.md | 9 +++++++++ dbt/adapters/athena/__version__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 RELEASING.md diff --git a/RELEASING.md b/RELEASING.md new file mode 100644 index 00000000..116459ad --- /dev/null +++ b/RELEASING.md @@ -0,0 +1,9 @@ +# How to make a release + +* open a Pull Request with a manual bump of in `main/dbt/adapters/athena/__version__.py` +* create a new release from + * be sure to use the same version as in the `__version__.py` file + * be sure to start the release with `v` e.g. v1.6.3 + * tag with the same name of the release e.g. v1.6.3 +* Once the new release is made be sure that the new package version is available in PyPI + * diff --git a/dbt/adapters/athena/__version__.py b/dbt/adapters/athena/__version__.py index a9851426..33a97d94 100644 --- a/dbt/adapters/athena/__version__.py +++ b/dbt/adapters/athena/__version__.py @@ -1 +1 @@ -version = "1.6.2" +version = "1.6.3" From f20c0612ea05e9db669d25e2c0d25b22142a4589 Mon Sep 17 00:00:00 2001 From: nicor88 <6278547+nicor88@users.noreply.github.com> Date: Tue, 10 Oct 2023 15:00:43 +0200 Subject: [PATCH 2/2] improve notes --- RELEASING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index 116459ad..81e93309 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -5,5 +5,7 @@ * be sure to use the same version as in the `__version__.py` file * be sure to start the release with `v` e.g. v1.6.3 * tag with the same name of the release e.g. v1.6.3 + * be sure to clean up release notes grouping by semantic commit type, + e.g. all feat commits should under the same section * Once the new release is made be sure that the new package version is available in PyPI - * + in [dbt-athena-community](https://pypi.org/project/dbt-athena-comunity/)