Skip to content

Commit

Permalink
typos and ref changes for changie (#225)
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
  • Loading branch information
McKnight-42 committed Aug 8, 2022
1 parent 8c8a9c2 commit 340c3fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .changes/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# CHANGELOG

To view information about the changelog operation we suggest reading this [README](https://github.com/dbt-labs/dbt-core/blob/main/.changes/README.md) found in `dbt-core`.

To view information about the changelog operation we suggest reading this [README](https://github.com/dbt-labs/dbt-snowflake/blob/main/.changes/README.md) found in `dbt-snowflake`.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ resolves #
- [ ] I have signed the [CLA](https://docs.getdbt.com/docs/contributor-license-agreements)
- [ ] I have run this code in development and it appears to resolve the stated issue
- [ ] This PR includes tests, or tests are not required/relevant for this PR
- [ ] I have run `changie new` to [create a changelog entry](https://github.com/dbt-labs/dbt-core/blob/main/CONTRIBUTING.md#Adding-CHANGELOG-Entry)
- [ ] I have run `changie new` to [create a changelog entry](https://github.com/dbt-labs/dbt-snowflake/blob/main/CONTRIBUTING.md#Adding-CHANGELOG-Entry)
2 changes: 1 addition & 1 deletion .github/workflows/changelog-existence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
changelog:
uses: dbt-labs/actions/.github/workflows/changelog-existence.yml@main
with:
changelog_comment: 'Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see [the dbt-core contributing guide](https://github.com/dbt-labs/dbt-core/blob/main/CONTRIBUTING.md#adding-changelog-entry), and the [dbt-snowflake contriubuting guide](https://github.com/dbt-labs/dbt-snowflake/blob/main/CONTRIBUTING.MD).'
changelog_comment: 'Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the [dbt-snowflake contributing guide](https://github.com/dbt-labs/dbt-snowflake/blob/main/CONTRIBUTING.MD).'
skip_label: 'Skip Changelog'
secrets: inherit # this is only acceptable because we own the action we're calling

0 comments on commit 340c3fa

Please sign in to comment.