remind/confluence-changelog

Publish git history to confluence

Installs: 436

Dependents: 8

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:project

pkg:composer/remind/confluence-changelog

0.3.0 2021-12-03 12:55 UTC

This package is auto-updated.

Last update: 2025-09-29 02:29:08 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