-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove PR from most changelog kinds #6374
Conversation
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 contributing guide. |
CONTRIBUTING.md
Outdated
Once changie is installed and your PR is created for a new feature, simply run `changie new` and changie will walk you through the process of creating a changelog entry. Commit the file that's created and your changelog entry is complete! | ||
|
||
If you are contributing to a feature already in progress, you will modify the changie yaml file in `dbt/.changes/unreleased` related to your change. If you need help finding this file, please ask! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dbeatty10 can I get your eyes on this wording please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Personally, I prefer stand-alone blocks of code I can copy-paste into my terminal. This is easier for me than picking text out of the middle of sentences. That being said, I've noticed many people prefer to just "copy" with their eyes and then "paste" by typing it with their fingers!
Some ideas for light edits:
Once changie is installed and your PR is created for a new feature, simply run the following command and changie will walk you through the process of creating a changelog entry:
changie new
Commit the file that's created and your changelog entry is complete!
If you are contributing to a feature already in progress, you will modify the changie yaml file in dbt/.changes/unreleased/
related to your change. If you need help finding this file, please ask within the discussion for the pull request!
Co-authored-by: Doug Beatty <44704949+dbeatty10@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Exciting work @emmyoop 🚀
* update changie to require issue or pr, and allow multiple * remove extraneous data from changelog files. * allow for multiple PR/issues to be entered * update contributing guide * remove issue number from bot changelogs * update format of PR * fix dependency changelogs * remove extra line * remove extra lines, tweak contributor wording * Update CONTRIBUTING.md Co-authored-by: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> Co-authored-by: Doug Beatty <44704949+dbeatty10@users.noreply.github.com>
* update changie to require issue or pr, and allow multiple * remove extraneous data from changelog files. * allow for multiple PR/issues to be entered * update contributing guide * remove issue number from bot changelogs * update format of PR * fix dependency changelogs * remove extra line * remove extra lines, tweak contributor wording * Update CONTRIBUTING.md Co-authored-by: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> Co-authored-by: Doug Beatty <44704949+dbeatty10@users.noreply.github.com>
* update changie to require issue or pr, and allow multiple * remove extraneous data from changelog files. * allow for multiple PR/issues to be entered * update contributing guide * remove issue number from bot changelogs * update format of PR * fix dependency changelogs * remove extra line * remove extra lines, tweak contributor wording * Update CONTRIBUTING.md Co-authored-by: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> Co-authored-by: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> # Conflicts: # .changes/unreleased/Dependency-20220923-000646.yaml # .changes/unreleased/Dependency-20221007-000848.yaml # .changes/unreleased/Dependency-20221020-000753.yaml # .changes/unreleased/Dependency-20221026-000910.yaml # .changes/unreleased/Docs-20220908-154157.yaml # .changes/unreleased/Docs-20221007-090656.yaml # .changes/unreleased/Docs-20221017-171411.yaml # .changes/unreleased/Docs-20221116-155743.yaml # .changes/unreleased/Docs-20221202-150523.yaml # .changes/unreleased/Features-20220408-165459.yaml # .changes/unreleased/Features-20220817-154857.yaml # .changes/unreleased/Features-20220912-125935.yaml # .changes/unreleased/Features-20220914-095625.yaml # .changes/unreleased/Features-20220925-211651.yaml # .changes/unreleased/Features-20221003-110705.yaml # .changes/unreleased/Features-20221102-150003.yaml # .changes/unreleased/Features-20221114-185207.yaml # .changes/unreleased/Features-20221130-112913.yaml # .changes/unreleased/Fixes-20220916-104854.yaml # .changes/unreleased/Fixes-20221010-113218.yaml # .changes/unreleased/Fixes-20221011-160715.yaml # .changes/unreleased/Fixes-20221016-173742.yaml # .changes/unreleased/Fixes-20221107-095314.yaml # .changes/unreleased/Fixes-20221115-081021.yaml # .changes/unreleased/Fixes-20221202-164859.yaml # .changes/unreleased/Under the Hood-20220927-194259.yaml # .changes/unreleased/Under the Hood-20220929-134406.yaml # .changes/unreleased/Under the Hood-20221005-120310.yaml # .changes/unreleased/Under the Hood-20221007-094627.yaml # .changes/unreleased/Under the Hood-20221007-140044.yaml # .changes/unreleased/Under the Hood-20221013-181912.yaml # .changes/unreleased/Under the Hood-20221017-151511.yaml # .changes/unreleased/Under the Hood-20221017-155844.yaml # .changes/unreleased/Under the Hood-20221028-104837.yaml # .changes/unreleased/Under the Hood-20221028-110344.yaml # .changes/unreleased/Under the Hood-20221108-074550.yaml # .changes/unreleased/Under the Hood-20221108-115633.yaml # .changes/unreleased/Under the Hood-20221108-133104.yaml # .changes/unreleased/Under the Hood-20221116-130037.yaml
* Remove PR from most changelog kinds (#6374) * update changie to require issue or pr, and allow multiple * remove extraneous data from changelog files. * allow for multiple PR/issues to be entered * update contributing guide * remove issue number from bot changelogs * update format of PR * fix dependency changelogs * remove extra line * remove extra lines, tweak contributor wording * Update CONTRIBUTING.md Co-authored-by: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> Co-authored-by: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> * fix contributor list generation (#6799) * fix merge conflict --------- Co-authored-by: Doug Beatty <44704949+dbeatty10@users.noreply.github.com>
* Remove PR from most changelog kinds (#6374) * update changie to require issue or pr, and allow multiple * remove extraneous data from changelog files. * allow for multiple PR/issues to be entered * update contributing guide * remove issue number from bot changelogs * update format of PR * fix dependency changelogs * remove extra line * remove extra lines, tweak contributor wording * Update CONTRIBUTING.md Co-authored-by: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> Co-authored-by: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> # Conflicts: # .changes/unreleased/Dependency-20220923-000646.yaml # .changes/unreleased/Dependency-20221007-000848.yaml # .changes/unreleased/Dependency-20221020-000753.yaml # .changes/unreleased/Dependency-20221026-000910.yaml # .changes/unreleased/Docs-20220908-154157.yaml # .changes/unreleased/Docs-20221007-090656.yaml # .changes/unreleased/Docs-20221017-171411.yaml # .changes/unreleased/Docs-20221116-155743.yaml # .changes/unreleased/Docs-20221202-150523.yaml # .changes/unreleased/Features-20220408-165459.yaml # .changes/unreleased/Features-20220817-154857.yaml # .changes/unreleased/Features-20220912-125935.yaml # .changes/unreleased/Features-20220914-095625.yaml # .changes/unreleased/Features-20220925-211651.yaml # .changes/unreleased/Features-20221003-110705.yaml # .changes/unreleased/Features-20221102-150003.yaml # .changes/unreleased/Features-20221114-185207.yaml # .changes/unreleased/Features-20221130-112913.yaml # .changes/unreleased/Fixes-20220916-104854.yaml # .changes/unreleased/Fixes-20221010-113218.yaml # .changes/unreleased/Fixes-20221011-160715.yaml # .changes/unreleased/Fixes-20221016-173742.yaml # .changes/unreleased/Fixes-20221107-095314.yaml # .changes/unreleased/Fixes-20221115-081021.yaml # .changes/unreleased/Fixes-20221202-164859.yaml # .changes/unreleased/Under the Hood-20220927-194259.yaml # .changes/unreleased/Under the Hood-20220929-134406.yaml # .changes/unreleased/Under the Hood-20221005-120310.yaml # .changes/unreleased/Under the Hood-20221007-094627.yaml # .changes/unreleased/Under the Hood-20221007-140044.yaml # .changes/unreleased/Under the Hood-20221013-181912.yaml # .changes/unreleased/Under the Hood-20221017-151511.yaml # .changes/unreleased/Under the Hood-20221017-155844.yaml # .changes/unreleased/Under the Hood-20221028-104837.yaml # .changes/unreleased/Under the Hood-20221028-110344.yaml # .changes/unreleased/Under the Hood-20221108-074550.yaml # .changes/unreleased/Under the Hood-20221108-115633.yaml # .changes/unreleased/Under the Hood-20221108-133104.yaml # .changes/unreleased/Under the Hood-20221116-130037.yaml * fix contributor list generation (#6799) # Conflicts: # .changie.yaml
* Remove PR from most changelog kinds (#6374) * update changie to require issue or pr, and allow multiple * remove extraneous data from changelog files. * allow for multiple PR/issues to be entered * update contributing guide * remove issue number from bot changelogs * update format of PR * fix dependency changelogs * remove extra line * remove extra lines, tweak contributor wording * Update CONTRIBUTING.md Co-authored-by: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> Co-authored-by: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> * fix contributor list generation (#6799) * fix merge conflict --------- Co-authored-by: Doug Beatty <44704949+dbeatty10@users.noreply.github.com>
resolves #6332
Description
Removes changelog from all but
Dependency
andSecurity
kinds. Removes issue from those.Allows for multiple issues (or PRs depending on kind) to be entered for a single change.
Note: I also found that the
changelog-bot
was using theDependency
kind while the.changie.yaml
was usingDependencies
. I synced them to beDependencies
.Checklist
changie new
to create a changelog entry