Skip to content

Commit

Permalink
Automatically remove changelog fragments
Browse files Browse the repository at this point in the history
  • Loading branch information
mariolenz committed Oct 27, 2023
1 parent d14eb30 commit 11b0fab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion changelogs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ changelog_filename_template: ../CHANGELOG.rst
changelog_filename_version_depth: 0
changes_file: changelog.yaml
changes_format: combined
keep_fragments: true
keep_fragments: false
mention_ancestor: true
new_plugins_after_name: removed_features
notesdir: fragments
Expand Down
5 changes: 0 additions & 5 deletions tools/prepare_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@
- name: Refresh the changelog
ansible.builtin.shell: 'tox -e antsibull-changelog -- release --verbose --version {{ version }}'

- name: Clean up the changelog fragments
ansible.builtin.file:
path: "{{ playbook_dir }}/../changelogs/fragments"
state: absent

- name: Add everything
ansible.builtin.shell: git add --all

Expand Down

0 comments on commit 11b0fab

Please sign in to comment.