Skip to content

Commit

Permalink
Add conditional logic for kinds in changie.yaml (#227)
Browse files Browse the repository at this point in the history
* start adding changie cross over work, todo: convert current/previous changelog to changie style

* minor additions

* removed docs from kind type as only applies to dbt-core

* eof pre-commit changes

* create NO-ISSUE issue to point to in rare cases, link to dbt-core readme instead of duplicating

* create NO-ISSUE issue to point to in rare cases, link to dbt-core readme instead of duplicating

* move current changelog to 1.3.0.md reformat CHANGELOG.md

* update to main

* minor spacing change

* changelog reformat for all but one log which I am still trying to track down and prove we need in the dbt-snowflake changelog.

* swap to new reusable gha and change changelog message to include adapter contributing guide

* add changelog using new resuable gha

* remove older changelog entries, add previous releases to changelog.md

* eof fix

* rename file

* fix file

* did a changie merge to test, tried playing around with turning 0.0.0.md to footer.tpl.md

* reformatting to pre-merge state

* point to main

* typo fix

* run changie batch command

* eof fix

* add a changelog for changie addition to snowflake and rerun changie batch command

* eof fix

* move changelog

* eof fix

* run changie merge

* typo fixes and ref changes to match in parity across adapters

* eof fix

* typo

* add condtional logic for kinds dependency and security

* adding kind for security
  • Loading branch information
McKnight-42 committed Aug 25, 2022
1 parent 9d91015 commit 6d8ba77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ kinds:
- label: Fixes
- label: Under the Hood
- label: Dependencies
changeFormat: '- {{.Body}} ({{if ne .Custom.Issue ""}}[#{{.Custom.Issue}}](https://github.com/dbt-labs/dbt-snowflake/issues/{{.Custom.Issue}}), {{end}}[#{{.Custom.PR}}](https://github.com/dbt-labs/dbt-snowflake/pull/{{.Custom.PR}}))'
- label: Security
changeFormat: '- {{.Body}} ({{if ne .Custom.Issue ""}}[#{{.Custom.Issue}}](https://github.com/dbt-labs/dbt-snowflake/issues/{{.Custom.Issue}}), {{end}}[#{{.Custom.PR}}](https://github.com/dbt-labs/dbt-snowflake/pull/{{.Custom.PR}}))'
custom:
- key: Author
label: GitHub Username(s) (separated by a single space if multiple)
Expand Down

0 comments on commit 6d8ba77

Please sign in to comment.