From 1dbbafc30a5e324ae072e21412fbcbae51b055aa Mon Sep 17 00:00:00 2001 From: mrT23 Date: Wed, 26 Jul 2023 20:08:06 +0300 Subject: [PATCH 1/3] add CHANGELOG.md --- CHANGELOG.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..e69de29b From 2e7a0a88faabf46347d44046e296f1be9fe2e568 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Wed, 26 Jul 2023 20:08:29 +0300 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29b..fcb9c154 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +## [Unreleased] + +### Added +- New feature to the PR Agent that allows it to update the changelog based on the contents of a pull request. This feature is currently implemented for the Github provider only. +- New command 'update_changelog' added to the list of supported commands in `pr_agent/cli.py`. +- New configuration file 'pr_update_changelog.toml' added to the list of settings files in `pr_agent/config_loader.py`. +- New class `PRUpdateChangelog` in `pr_agent/tools/pr_update_changelog.py` responsible for updating the changelog based on the PR's contents. +- New prompts for the changelog update feature in `pr_agent/settings/pr_update_changelog.toml`. + +### Changed +- Updated `pr_agent/agent/pr_agent.py` to handle the 'update_changelog' command. +- Updated `pr_agent/cli.py` to handle the 'update_changelog' command and reflect it in the help message. +- Updated `README.md` to include the 'update_changelog' command in the usage section and feature list. +- Updated `pr_agent/settings/configuration.toml` to include settings for the new feature. + +### Fixed +- No bug fixes in this PR. \ No newline at end of file From cfb696dfd5224588a8d0b330eb32e5099a38c963 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Wed, 26 Jul 2023 20:09:18 +0300 Subject: [PATCH 3/3] Delete CHANGELOG.md --- CHANGELOG.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index fcb9c154..00000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,17 +0,0 @@ -## [Unreleased] - -### Added -- New feature to the PR Agent that allows it to update the changelog based on the contents of a pull request. This feature is currently implemented for the Github provider only. -- New command 'update_changelog' added to the list of supported commands in `pr_agent/cli.py`. -- New configuration file 'pr_update_changelog.toml' added to the list of settings files in `pr_agent/config_loader.py`. -- New class `PRUpdateChangelog` in `pr_agent/tools/pr_update_changelog.py` responsible for updating the changelog based on the PR's contents. -- New prompts for the changelog update feature in `pr_agent/settings/pr_update_changelog.toml`. - -### Changed -- Updated `pr_agent/agent/pr_agent.py` to handle the 'update_changelog' command. -- Updated `pr_agent/cli.py` to handle the 'update_changelog' command and reflect it in the help message. -- Updated `README.md` to include the 'update_changelog' command in the usage section and feature list. -- Updated `pr_agent/settings/configuration.toml` to include settings for the new feature. - -### Fixed -- No bug fixes in this PR. \ No newline at end of file