Skip to content

Commit

Permalink
Update PR template and revert version to 0.1.0 (#43)
Browse files Browse the repository at this point in the history
* Update dbt_project.yml version

* Update pull_request_template.md to remove version update
  • Loading branch information
Stephen986 committed Jun 3, 2023
1 parent d941fe0 commit 5e23ec0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
- [ ] Yes (please provide change details below.)
- [ ] No (please provide an explanation as to how the change is non-breaking below.)

**Did you update the dbt_project.yml files with the version upgrade (using semantic versioning)? (In both the main project and integration_tests)**
<!--- The dbt_project.yml and the integration_tests/dbt_project.yml files contain the version number. Be sure to upgrade them both -->
- [ ] Yes

**Is this PR in response to a previously created issue**
<!--- If an Issue was created it is helpful to track the progress by linking it in the PR. -->
- [ ] Yes [link here]
Expand All @@ -30,4 +26,4 @@

**Feedback**

Thank you for contributing to a Census dbt package! You can give us feedback in the #tools-census channel of dbt Slack, or on the Operational Analytics Club Slack.
Thank you for contributing to a Census dbt package! You can give us feedback in the #tools-census channel of dbt Slack, or on the Operational Analytics Club Slack.
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "census_utils"
version: "0.1.1"
version: "0.1.0"
config-version: 2
require-dbt-version: [">=1.3.0", "<2.0.0"]
models:
Expand Down

0 comments on commit 5e23ec0

Please sign in to comment.