Skip to content

Changelog

Christoph Settgast edited this page Apr 16, 2023 · 8 revisions

Return Home

List of steps to add changelog information to pull requests and releases

We use the following format for pull request to have uniform changelogs. The PR header is:

tag: PR header

Valid tags: added / feat, changed, deprecated, fixed / fix, removed, security, build, ci, chore, docs, perf, refactor, revert, style, test

Examples:

fix: name in line tool dialog
feat: add copy to clipboard and measurement number to table
docs: mac version requires 10.13+
ci: sign windows installer

See eg. https://github.com/FashionFreedom/Seamly2D/pull/916

To link github issues in pull requests, use the following as the last line the commit or the PR description:

Closes: #123
Fixes: #123