mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Add docs on how to write changelog fragments (#42428)
* Add docs on how to write changelog fragments * Make recommended changes * Restore lines and make recommended changes * Add link to new style changelog Remove redundant mention of old style changelog
This commit is contained in:
parent
9d2c989337
commit
5d6f844eba
2 changed files with 45 additions and 5 deletions
|
@ -63,7 +63,7 @@ pull request to backport the change to a previous stable branch.
|
|||
|
||||
git cherry-pick -x [SHA_FROM_DEVEL]
|
||||
|
||||
#. Add a changelog entry for the change, and commit it.
|
||||
#. Add a :ref:`changelog fragment <changelogs_how_to>` for the change, and commit it.
|
||||
|
||||
#. Push your feature branch to your fork on GitHub:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue