Skip to content

fix: clean up dist.ini duplicate and dead configuration#54

Draft
Koan-Bot wants to merge 1 commit into
atoomic:masterfrom
Koan-Bot:koan.atoomic/fix-issue-51
Draft

fix: clean up dist.ini duplicate and dead configuration#54
Koan-Bot wants to merge 1 commit into
atoomic:masterfrom
Koan-Bot:koan.atoomic/fix-issue-51

Conversation

@Koan-Bot

@Koan-Bot Koan-Bot commented Apr 29, 2026

Copy link
Copy Markdown
Contributor

Summary

Removes duplicate [Git::Push] plugin and dead add_files_in options from dist.ini that caused Git::Push to run twice during dzil release, plus fixes a stale Travis CI comment and outdates copyright year.

Fixes #51

Changes

  • Remove standalone [Git::Push] block (duplicate of the one inside [@Git])
  • Remove three add_files_in lines (not a valid [@Git] option; silently ignored)
  • Update stale Travis CI comment to reflect current GitHub Actions setup
  • Extend copyright_year to 2026

Test plan

  • No runtime behavior changed; this is release-infrastructure only
  • Verified dist.ini parses cleanly with no duplicate plugin sections
  • No test suite changes required

Generated by Kōan /fix


Quality Report

Changes: 1 file changed, 2 insertions(+), 9 deletions(-)

Code scan: clean

Tests: failed (5 Failed, 1 test)

Branch hygiene: clean

Generated by Kōan post-mission quality pipeline

- Remove duplicate standalone [Git::Push] block (also present in [@git])
  to prevent Git::Push from running twice during dzil release
- Remove invalid add_files_in options from [@git] (not a valid option;
  allow_dirty already handles the intended purpose)
- Update stale Travis CI comment to reflect GitHub Actions migration
- Extend copyright year to 2026

Fixes atoomic#51

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Audit: dist.ini duplicate Git::Push and dead configuration

1 participant