kovetskiy / mark

Sync your markdown files with Confluence pages.
https://samizdat.dev
Other
972 stars 143 forks source link

Add option to pass a version message #439

Closed stephenpaulger closed 2 months ago

stephenpaulger commented 2 months ago

Adds a new option to mark that allows the edit message to be set.

   --version-message value         add a message to the page version, to explain the edit (default: "") [$MARK_VERSION_MESSAGE]

This value can be passed to mark with the new argument --version-message or by setting the environment variable MARK_VERSION_MESSAGE.

My use case for this feature is allowing the version information for a collection of confluence pages to be added to the page history in confluence.

mrueg commented 2 months ago

Thanks, that's a neat feature!