dbt-labs / dbt-adapters

Apache License 2.0
25 stars 35 forks source link

[Tech Debt] Establish a separate changelog process for `dbt-tests-adapter` #206

Open mikealfare opened 4 months ago

mikealfare commented 4 months ago

Is this a new bug?

Current Behavior

Changelog entries are co-mingled for dbt-adapters and dbt-tests-adapter, despite these packages being released independently. Additionally, the linked issues don't appear to be populating.

Expected Behavior

Setup a separate changelog process inside of ./dbt-tests-adapter to manage changelog entries and the consolidated changelog:

|___ ./dbt-tests-adapter
    |--- ./changes
    |--- dbt/tests/adapter
    |--- CHANGELOG.md
    |___ pyproject.toml

Steps To Reproduce

Look at the current CHANGELOG.md, notice that it contains changes for a version 1.1.0 (dbt-adapters) and a version 1.8.0 (dbt-tests-adapter).

Relevant log output

No response

Environment

Additional Context

No response