remind / confluence-changelog
Publish git history to confluence
Installs: 434
Dependents: 8
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^7.4.0 | ^8.0.0
- guzzlehttp/guzzle: ^7.4.0 | ^6.5.5
- symfony/console: ^6.0.0 | ^5.0.0
Requires (Dev)
- phpunit/phpunit: ^9.0.0
- squizlabs/php_codesniffer: ^3.6.1
This package is auto-updated.
Last update: 2024-10-29 05:53:56 UTC
README
Creates Confluence pages for git tags containing JIRA issue links.
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
- REMIND GmbH - technik@remind.de
- Hauke Schulz - h.schulz@remind.de