Featurebase supports importing both Markdown and HTML-formatted changelogs.
Written By Robi Rohumaa
Last updated 15 days ago
You can import both Markdown and HTML-formatted changelogs.
π¨βπ» You'll need to write custom code for the setup process. If you're uncomfortable with this, share this guide with a technical team member who can assist.
1. Finding your API key
Start by finding your API key:
Go to Settings β API
Write it down and store it safely. Never expose this key to your users!
2. Importing changelogs
Visit our API documentation to learn how the Create Changelog endpoint works.
Once youβve familiarized yourself with the API call's structure, youβll need to read your existing changelogs and send a Create Changelog API request for each changelog.
HTML and Markdown imports are both supported.
To import an HTML changelog, use the
htmlContent
property.For Markdown, send along the
markdownContent
field.
After youβve imported the changelogs, you can backdate them to their original dates following this guide:
If you need help with the importing process, feel free to contact us via the live chat or by emailing team@featurebase.app