Skip to content

Commit e5e2fed

Browse files
committed
bump version to test changelog generation
1 parent 6a5062d commit e5e2fed

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/workflows/_package-directory.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,3 @@ jobs:
3232
directory="${{ inputs.package }}/"
3333
fi
3434
echo "directory=$directory" >> $GITHUB_OUTPUT
35-
- run: |
36-
echo "::notice $TITLE::$MESSAGE"
37-
env:
38-
TITLE: "Package directory"
39-
MESSAGE: "${{ steps.pacakge.outputs.directory }}"

dbt/adapters/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.10.4"
1+
version = "1.10.5"

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ setup = "pre-commit install"
6565
code-quality = "pre-commit run --all-files"
6666
unit-tests = "python -m pytest {args:tests/unit}"
6767
workflow-code-quality = "gh workflow run _code-quality.yml --ref $(git rev-parse --abbrev-ref HEAD) -f branch=$(git rev-parse --abbrev-ref HEAD)"
68+
workflow-generate-changelog = "gh workflow run _generate-changelog.yml --ref $(git rev-parse --abbrev-ref HEAD) -f package=dbt-adapters -f merge=false -f branch=$(git rev-parse --abbrev-ref HEAD)"
6869
workflow-unit-tests = "gh workflow run _unit-tests.yml --ref $(git rev-parse --abbrev-ref HEAD) -f package=dbt-adapters -f branch=$(git rev-parse --abbrev-ref HEAD)"
6970
workflow-verify-build = "gh workflow run _verify-build.yml --ref $(git rev-parse --abbrev-ref HEAD) -f package=dbt-adapters -f branch=$(git rev-parse --abbrev-ref HEAD)"
7071
workflow-publish = "gh workflow run publish.yml --ref $(git rev-parse --abbrev-ref HEAD) -f package=dbt-adapters -f branch=$(git rev-parse --abbrev-ref HEAD) -f deploy-to=test -f pypi-internal=false -f pypi-public=true"

0 commit comments

Comments
 (0)