How (if possible) can one get a public list of change logs for one's Retool application?
Basically, I want to be able to share a list of changes (releases and descriptions) over time, for my Retool applications.
How (if possible) can one get a public list of change logs for one's Retool application?
Basically, I want to be able to share a list of changes (releases and descriptions) over time, for my Retool applications.
Hey @iamkheme,
Good question!
Curious to hear how other community members might be solving this use case
Source control is the most ideal way to manage app changes, but it is only available on the Enterprise plan
For the release management feature, you can add a description up to 255 characters per release version. If you are self-hosting Retool, you have the ability to query the Retool instance's database. You could query the tags
table to programmatically return the version #s & descriptions