From 1d16a04f7d9fe0c9dad2cdfdf0e96740716db4b3 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Tue, 9 Jan 2024 13:11:09 -0500 Subject: [PATCH 1/4] add .changes file structure --- .changes/header.tpl.md | 6 ++++++ .changes/unreleased/.gitkeep | 0 2 files changed, 6 insertions(+) create mode 100644 .changes/header.tpl.md create mode 100644 .changes/unreleased/.gitkeep 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 From eba5d92f022c7ee10b27b96f3600b3f5f13614dc Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Tue, 9 Jan 2024 13:11:27 -0500 Subject: [PATCH 2/4] prime CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CHANGELOG.md 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. From 591db965c99c9f18aa30f8fa7b098143646014ad Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Tue, 9 Jan 2024 13:11:36 -0500 Subject: [PATCH 3/4] configure changie --- .changie.yaml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .changie.yaml 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 From 3b0aaff48f08be3a2999e18662cd3744c4eb9619 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Tue, 9 Jan 2024 13:21:02 -0500 Subject: [PATCH 4/4] create backlogged changie entries --- .changes/unreleased/Docs-20240109-131629.yaml | 6 ++++++ .changes/unreleased/Docs-20240109-131736.yaml | 6 ++++++ .changes/unreleased/Docs-20240109-131858.yaml | 6 ++++++ .changes/unreleased/Docs-20240109-131917.yaml | 6 ++++++ .changes/unreleased/Under the Hood-20240109-131958.yaml | 6 ++++++ 5 files changed, 30 insertions(+) create mode 100644 .changes/unreleased/Docs-20240109-131629.yaml create mode 100644 .changes/unreleased/Docs-20240109-131736.yaml create mode 100644 .changes/unreleased/Docs-20240109-131858.yaml create mode 100644 .changes/unreleased/Docs-20240109-131917.yaml create mode 100644 .changes/unreleased/Under the Hood-20240109-131958.yaml 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"