Commit 03e2592 1 parent ebd0b39 commit 03e2592 Copy full SHA for 03e2592
File tree 2 files changed +1
-6
lines changed
2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ changelog_filename_template: ../CHANGELOG.rst
2
2
changelog_filename_version_depth : 0
3
3
changes_file : changelog.yaml
4
4
changes_format : combined
5
- keep_fragments : true
5
+ keep_fragments : false
6
6
mention_ancestor : true
7
7
new_plugins_after_name : removed_features
8
8
notesdir : fragments
Original file line number Diff line number Diff line change 29
29
- name : Refresh the changelog
30
30
ansible.builtin.shell : ' tox -e antsibull-changelog -- release --verbose --version {{ version }}'
31
31
32
- - name : Clean up the changelog fragments
33
- ansible.builtin.file :
34
- path : " {{ playbook_dir }}/../changelogs/fragments"
35
- state : absent
36
-
37
32
- name : Add everything
38
33
ansible.builtin.shell : git add --all
39
34
You can’t perform that action at this time.
0 commit comments