Changie tool observations and required developer perspective #684
-
#611 reference continued @miniscruff pardon the ambiguity the idea behind the tool was to offload the cognitive workload of developer to LLM, sometimes user may forget to fully summarize the changes. i was going through https://docs.continue.dev/changelog#intellij-changelog, and few idea striked. Questions: A. can changie edit previous messages or to be manually edit in generated file? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
A: you can edit the generated yaml file under "changes_dir/unreleased_dir" by default |
Beta Was this translation helpful? Give feedback.
A: you can edit the generated yaml file under "changes_dir/unreleased_dir" by default
.changes/unreleased
.B: The step is usually, repeat
changie new
for how many changes you plan, thenchangie batch
to create a new release notes file, you can edit this file to your hearts content such as adding images or videos separate fromchangie new
. Then finallychangie merge
to generate the final CHANGELOG.md file. Or whatever file you are using.C: I know there are issues around dependabot but personally I just skip them entirely. The other main issue I know happens are those who want to reference pull requests rather then issues. But I tend to use issues and not PRs so I don't run into that.
D: I…