diff --git a/.changes/header.tpl.md b/.changes/header.tpl.md new file mode 100644 index 00000000..df8faa7b --- /dev/null +++ b/.changes/header.tpl.md @@ -0,0 +1,6 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), +and is generated by [Changie](https://github.com/miniscruff/changie). diff --git a/.changes/unreleased/.gitkeep b/.changes/unreleased/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/.changes/unreleased/Docs-20240109-131629.yaml b/.changes/unreleased/Docs-20240109-131629.yaml new file mode 100644 index 00000000..22b2ad3f --- /dev/null +++ b/.changes/unreleased/Docs-20240109-131629.yaml @@ -0,0 +1,6 @@ +kind: Docs +body: Configure `changie` +time: 2024-01-09T13:16:29.763021-05:00 +custom: + Author: mikealfare + Issue: 16 diff --git a/.changes/unreleased/Docs-20240109-131736.yaml b/.changes/unreleased/Docs-20240109-131736.yaml new file mode 100644 index 00000000..43186903 --- /dev/null +++ b/.changes/unreleased/Docs-20240109-131736.yaml @@ -0,0 +1,6 @@ +kind: Docs +body: Setup ADR tracking framework +time: 2024-01-09T13:17:36.094147-05:00 +custom: + Author: mikealfare + Issue: "11" diff --git a/.changes/unreleased/Docs-20240109-131858.yaml b/.changes/unreleased/Docs-20240109-131858.yaml new file mode 100644 index 00000000..decef9a7 --- /dev/null +++ b/.changes/unreleased/Docs-20240109-131858.yaml @@ -0,0 +1,6 @@ +kind: Docs +body: Create issue templates +time: 2024-01-09T13:18:58.11819-05:00 +custom: + Author: mikealfare + Issue: "12" diff --git a/.changes/unreleased/Docs-20240109-131917.yaml b/.changes/unreleased/Docs-20240109-131917.yaml new file mode 100644 index 00000000..3c531060 --- /dev/null +++ b/.changes/unreleased/Docs-20240109-131917.yaml @@ -0,0 +1,6 @@ +kind: Docs +body: Create PR template +time: 2024-01-09T13:19:17.749914-05:00 +custom: + Author: mikealfare + Issue: "13" diff --git a/.changes/unreleased/Under the Hood-20240109-131958.yaml b/.changes/unreleased/Under the Hood-20240109-131958.yaml new file mode 100644 index 00000000..a062a299 --- /dev/null +++ b/.changes/unreleased/Under the Hood-20240109-131958.yaml @@ -0,0 +1,6 @@ +kind: Under the Hood +body: Configure `dependabot` +time: 2024-01-09T13:19:58.060742-05:00 +custom: + Author: mikealfare + Issue: "14" diff --git a/.changie.yaml b/.changie.yaml new file mode 100644 index 00000000..9f78b81e --- /dev/null +++ b/.changie.yaml @@ -0,0 +1,33 @@ +changesDir: .changes +unreleasedDir: unreleased +headerPath: header.tpl.md +changelogPath: CHANGELOG.md +versionExt: md +envPrefix: CHANGIE_ +versionFormat: '## dbt-adapter {{.Version}} - {{.Time.Format "January 02, 2006"}}' +kindFormat: '### {{.Kind}}' +changeFormat: '* {{.Body}}' +kinds: + - label: Breaking Changes + - label: Features + - label: Fixes + - label: Docs + - label: Under the Hood + - label: Dependencies + - label: Security +newlines: + afterChangelogHeader: 1 + afterKind: 1 + afterChangelogVersion: 1 + beforeKind: 1 + endOfVersion: 1 + +custom: +- key: Author + label: GitHub Username(s) (separated by a single space if multiple) + type: string + minLength: 3 +- key: Issue + label: GitHub Issue Number (separated by a single space if multiple) + type: string + minLength: 1 diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..5ca9d33a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), +and is generated by [Changie](https://github.com/miniscruff/changie). + + +No releases yet, this file will be updated when generating your first release.