remind/confluence-changelog

Publish git history to confluence

0.3.0 2021-12-03 12:55 UTC

This package is auto-updated.

Last update: 2024-03-29 04:12:51 UTC


README

Creates Confluence pages for git tags containing JIRA issue links.

travis-img codecov-img styleci-img php-v-img github-issues-img contrib-welcome-img license-img

Example

Could be used during CI to collect and bundle the referenced issues.

Run confluence changelog generator

This will run the documentor and create a page for each tag name in a Confluence space with the id 'ABC' under the parent page titled 'Changelog'. Every issue id found after the latest tag will be put on a page titled 'develop' under the same parent.

./vendor/bin/conflog document --spacekey ABC --token xyz --ancestor Changelog --uri https://myname.atlassian.net/wiki/rest/api/

Display help for the command

./vendor/bin/conflog help document

Authors