Update meta documentation and build scripts#15
Merged
Gumball2415 merged 6 commits intomainfrom Jan 6, 2026
Merged
Conversation
- Add version update checklist
Gumball2415
added a commit
to Dn-Programming-Core-Management/Dn-FamiTracker
that referenced
this pull request
Jan 6, 2026
This pull request aims to reformat the changelog, relocate both `CONTRIBUTING.md` and `CHANGELOG.md` to the solution root folder, and separate out the custom build commands into its own batch script. This is to help the CMake build pipeline. This pull request also updates the version release checklist to include Dn-help updating. This pull request has a corresponding pull request in Dn-Programming-Core-Management/Dn-help#15, please merge that first. --- Changes: - Reformat change log to not use bulleted headers (@Gumball2415 #398) - Move `CONTRIBUTING.md` and `CHANGELOG` to root folder (@Gumball2415 #398) - Refactor custom build commands in `.vcxproj`s (@Gumball2415 #398) - Update CMake build scripts (@Gumball2415 #398) - Update CMake source list in `exe.cmake` (@Gumball2415 #398)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request aims to update the pull request template, relocate the change log to the solution root, and separate out the custom build commands into its own batch script. This is to help the CMake pipeline.
This pull request also adds a repository-specific change log for documentation, and to facilitate release change log generation.
To help with releases, this pull request also adds a version release checklist which overviews the steps in making a new release, much like the parent repository's.
This pull request corresponds to Dn-Programming-Core-Management/Dn-FamiTracker#398. Please merge this pull request first before the other.
Changes:
CHANGELOG.mdto solution root folder (@Gumball2415 Update meta documentation and build scripts #15)