Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v1.6.3 #451

Merged
merged 3 commits into from
Oct 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 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 <https://github.com/dbt-athena/dbt-athena/releases>
* 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/)
2 changes: 1 addition & 1 deletion dbt/adapters/athena/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.6.2"
version = "1.6.3"