Local
Openchangelog allows you to store your release notes locally. This is particularly useful for self-hosted setups where you want to keep everything contained within your own infrastructure.
Here are a few key benefits of using a local source in Openchangelog:
- Speed: Storing your release notes locally allows for quicker loading times, improving the overall performance of your changelog site.
- Full Control: With a local source, you have complete control over your release notes, including where they are stored and how they are secured.
Configuration
Add the local
section to your openchangelog.yml
config file, specifying the path to your changelog file or folder containing your release notes.
If the path points to a folder, each file within it will be treated as a separate release note, as explained in our release note writing guide. For a single file, please use the Keep a Changelog format.